]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Disable double dashes "--" smartquotes conversion to en-dashes 46195/head
authorSalar Nosrati-Ershad <salar.nosratiershad@sotoon.ir>
Sun, 8 May 2022 06:49:06 +0000 (11:19 +0430)
committerSalar Nosrati-Ershad <salar.nosratiershad@sotoon.ir>
Sat, 11 Jun 2022 19:04:06 +0000 (23:34 +0430)
doc/conf.py

index 71d24d61104e4ad76534da1e6e3e713340070214..366825b950f895c6d9fa2927943af710bde030cd 100644 (file)
@@ -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',