diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:54:54 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-07 16:54:54 (GMT) |
commit | 0f836cb0ef1acd6e2e67060177759e65c8c5d7fe (patch) | |
tree | 34af8bbbd231ea40f78542fd2dae79f51e58854b /Utilities | |
parent | 8b14b4eaa33247e57c865c38fc710f4fe46836d4 (diff) | |
parent | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (diff) | |
download | CMake-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.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 = [] |