From 26d44bcae871f6b77a35e8be6529f0a35419ac05 Mon Sep 17 00:00:00 2001 From: Salar Nosrati-Ershad Date: Sun, 8 May 2022 11:19:06 +0430 Subject: [PATCH] doc: Disable double dashes "--" smartquotes conversion to en-dashes --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 71d24d61104..366825b950f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -112,6 +112,8 @@ build_with_rtd = os.environ.get('READTHEDOCS') == 'True' sys.path.insert(0, os.path.abspath('_ext')) +smartquotes_action = "qe" + extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.graphviz', -- 2.47.3