diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-08 16:19:16 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-03-08 16:19:16 +0100 |
commit | f0df0225a3959895a9988d410fc78b377db296ed (patch) | |
tree | 2904c8b95f9229808138fc6234dc3430d91494f7 /docs | |
parent | d09fc817de5ba4692182208da153abd5268ecdb0 (diff) | |
download | Ishtar-f0df0225a3959895a9988d410fc78b377db296ed.tar.bz2 Ishtar-f0df0225a3959895a9988d410fc78b377db296ed.zip |
Docs: do not use smart quotes (infer in litterals...)
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 = {} |