summaryrefslogtreecommitdiff
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
commit68c1841652537af6ab669b786a5a3aeeba0bc229 (patch)
tree2904c8b95f9229808138fc6234dc3430d91494f7
parent95f77c32f06b7c90ddbddbbc9e24e7b30d2b5a5a (diff)
downloadIshtar-68c1841652537af6ab669b786a5a3aeeba0bc229.tar.bz2
Ishtar-68c1841652537af6ab669b786a5a3aeeba0bc229.zip
Docs: do not use smart quotes (infer in litterals...)
-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 = {}