Turn off smartquotes in Sphinx documentation

It mangles the double dashes in the docstrings, and should close #155
This commit is contained in:
Brian C. Lane 2019-01-07 11:44:50 -08:00
parent f66bff5aa7
commit e85bcf4359
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ html_static_path = ['_static']
# using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y'
# Turn off smartquotes, it mangles dashes in the docstrings
smartquotes = False
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True