diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:40:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 16:41:21 (GMT) |
commit | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch) | |
tree | bca362a9deee8b9c5175407957831534d8fa0088 /Utilities | |
parent | b71399a189616b762e975670e477c6d09813803f (diff) | |
download | CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.zip CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.gz CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.bz2 |
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about
dangling references.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index fc26790..eb24a6e 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -31,6 +31,8 @@ exclude_patterns = [] extensions = ['cmake'] templates_path = ['@conf_path@/templates'] +nitpicky = True + cmake_manuals = sorted(glob.glob(r'@conf_docs@/manual/*.rst')) cmake_manual_description = re.compile('^\.\. cmake-manual-description:(.*)$') man_pages = [] |