mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00
Utilities/Sphinx: Avoid converting -- to an en-dash
This commit is contained in:
@@ -29,6 +29,7 @@ extensions = ['cmake']
|
|||||||
templates_path = ['@conf_path@/templates']
|
templates_path = ['@conf_path@/templates']
|
||||||
|
|
||||||
nitpicky = True
|
nitpicky = True
|
||||||
|
smartquotes = False
|
||||||
|
|
||||||
cmake_manuals = sorted(glob.glob(r'@conf_docs@/manual/*.rst'))
|
cmake_manuals = sorted(glob.glob(r'@conf_docs@/manual/*.rst'))
|
||||||
cmake_manual_description = re.compile('^\.\. cmake-manual-description:(.*)$')
|
cmake_manual_description = re.compile('^\.\. cmake-manual-description:(.*)$')
|
||||||
|
Reference in New Issue
Block a user