diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fr/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index 76839bd7c..1480d0fd7 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -136,7 +136,8 @@ html_static_path = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = False +smartquotes = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {} |