summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
commitf0df0225a3959895a9988d410fc78b377db296ed (patch)
tree2904c8b95f9229808138fc6234dc3430d91494f7 /docs
parentd09fc817de5ba4692182208da153abd5268ecdb0 (diff)
downloadIshtar-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.py3
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 = {}