1
0
Эх сурвалжийг харах

Utilities/Sphinx: Avoid converting -- to an en-dash

Brad King 4 жил өмнө
parent
commit
cdbd1ae64b

+ 1 - 0
Utilities/Sphinx/conf.py.in

@@ -29,6 +29,7 @@ extensions = ['cmake']
 templates_path = ['@conf_path@/templates']
 
 nitpicky = True
+smartquotes = False
 
 cmake_manuals = sorted(glob.glob(r'@conf_docs@/manual/*.rst'))
 cmake_manual_description = re.compile('^\.\. cmake-manual-description:(.*)$')