summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-07 16:54:54 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-07 16:54:54 (GMT)
commit0f836cb0ef1acd6e2e67060177759e65c8c5d7fe (patch)
tree34af8bbbd231ea40f78542fd2dae79f51e58854b /Utilities
parent8b14b4eaa33247e57c865c38fc710f4fe46836d4 (diff)
parent4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (diff)
downloadCMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.zip
CMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.tar.gz
CMake-0f836cb0ef1acd6e2e67060177759e65c8c5d7fe.tar.bz2
Merge topic 'doc-cleanup-xrefs'
4c8c442d Help: Fix broken cross-references reported by 'nitpicky' option
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 = []