Turn off smartquotes in Sphinx documentation
It mangles the double dashes in the docstrings, and should close #155
This commit is contained in:
parent
f66bff5aa7
commit
e85bcf4359
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user