summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-07 16:40:44 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-07 16:41:21 (GMT)
commit4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch)
treebca362a9deee8b9c5175407957831534d8fa0088 /Utilities
parentb71399a189616b762e975670e477c6d09813803f (diff)
downloadCMake-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.in2
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 = []