From: Salar Nosrati-Ershad Date: Sun, 8 May 2022 06:49:06 +0000 (+0430) Subject: doc: Disable double dashes "--" smartquotes conversion to en-dashes X-Git-Tag: v18.0.0~721^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46195%2Fhead;p=ceph.git doc: Disable double dashes "--" smartquotes conversion to en-dashes --- diff --git a/doc/conf.py b/doc/conf.py index 71d24d61104e..366825b950f8 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',