Turn off sphinx html SmartyPants.

This commit is contained in:
Darko Poljak 2016-08-18 10:40:39 +02:00
parent 680806ce76
commit 52a2315cd1
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True
html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
# html_sidebars = {}