diff options
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7e21fd473..a86e11a16 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -131,9 +131,7 @@ html_static_path = ['_static'] # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True +smartquotes = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {} |