diff options
author | Brad King <brad.king@kitware.com> | 2021-02-18 19:35:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-02-18 19:35:36 (GMT) |
commit | 91b4c27d8a81fe9c51b2e25115c8c483345189a7 (patch) | |
tree | 959438053969166fe9a7acb6514fcf43169e5fba /Utilities/Sphinx | |
parent | af1ec836518906fbe3a7a0e2141133ec3fd4b50a (diff) | |
parent | 47ab2d4d2ec282aee655ebc3e6079e6c5bb29427 (diff) | |
download | CMake-91b4c27d8a81fe9c51b2e25115c8c483345189a7.zip CMake-91b4c27d8a81fe9c51b2e25115c8c483345189a7.tar.gz CMake-91b4c27d8a81fe9c51b2e25115c8c483345189a7.tar.bz2 |
Merge topic 'doc-presets'
47ab2d4d2e Help: Clarify role of binaryDir inheritance in cmake-presets(7)
0e3c361f77 Help: Link to tool-specific preset arguments from cmake-presets(7)
dd6165fbd4 Help: Mention version 2 in cmake-presets(7)
cdbd1ae64b Utilities/Sphinx: Avoid converting -- to an en-dash
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5829
Diffstat (limited to 'Utilities/Sphinx')
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index 42b0951..5def681 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/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:(.*)$') |