1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 12:16:40 +08:00

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

This commit is contained in:
Brad King
2021-02-18 10:53:33 -05:00
parent 50fc9d5b45
commit cdbd1ae64b

View File

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