Specify Sphinx source encoding explicitly.

fix/30-hidden-recipient
Isis Lovecruft 2013-12-03 21:54:29 +00:00
parent 0f611c3c13
commit 91ef911862
No known key found for this signature in database
GPG Key ID: 5C17776E27F7E84D
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ templates_path = ['_static']
source_suffix = '.rst'
# The encoding of source files.
#source_encoding = 'utf-8-sig'
source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'