From f0df0225a3959895a9988d410fc78b377db296ed Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 Mar 2022 16:19:16 +0100 Subject: Docs: do not use smart quotes (infer in litterals...) --- docs/fr/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/fr') 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 = {} -- cgit v1.2.3