mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
This commit is contained 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 = []
|
||||
|
||||
Reference in New Issue
Block a user