diff options
author | Brad King <brad.king@kitware.com> | 2014-11-18 14:12:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-18 14:12:25 (GMT) |
commit | 397c762da4720be6f65eb19f0ab8d260f6d30043 (patch) | |
tree | 1558ea313d2456c588f10026a45009f8e5a9a848 /Utilities | |
parent | 52fd5775d1e90cc5beff0fbd6c9751caecd5833a (diff) | |
parent | 5cda220548b82010b9f2fc9f177e808b6151a162 (diff) | |
download | CMake-397c762da4720be6f65eb19f0ab8d260f6d30043.zip CMake-397c762da4720be6f65eb19f0ab8d260f6d30043.tar.gz CMake-397c762da4720be6f65eb19f0ab8d260f6d30043.tar.bz2 |
Merge topic 'doc-sphinx-cmake-fixup'
5cda2205 Utilities/Sphinx: Add missing call to note_explicit_target
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/cmake.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/cmake.py b/Utilities/Sphinx/cmake.py index ec39596..e20679a 100644 --- a/Utilities/Sphinx/cmake.py +++ b/Utilities/Sphinx/cmake.py @@ -203,6 +203,7 @@ class CMakeTransform(Transform): # Insert the object link target. targetid = '%s:%s' % (objtype, title) targetnode = nodes.target('', '', ids=[targetid]) + self.document.note_explicit_target(targetnode) self.document.insert(0, targetnode) # Insert the object index entry. indexnode = addnodes.index() |