Explorar el Código

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

Brad King hace 4 años
padre
commit
cdbd1ae64b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Utilities/Sphinx/conf.py.in

+ 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:(.*)$')