diff options
author | Brad King <brad.king@kitware.com> | 2014-11-17 20:39:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-17 20:39:09 (GMT) |
commit | 536baafb7619542e8b7f08a5422c7930627a6b12 (patch) | |
tree | d6add97a7c4c0fbe4063d96d6f4cd18bbeef392b | |
parent | d4fdfaaef102ed85950a3c87067115156d3921fa (diff) | |
parent | 5cda220548b82010b9f2fc9f177e808b6151a162 (diff) | |
download | CMake-536baafb7619542e8b7f08a5422c7930627a6b12.zip CMake-536baafb7619542e8b7f08a5422c7930627a6b12.tar.gz CMake-536baafb7619542e8b7f08a5422c7930627a6b12.tar.bz2 |
Merge branch 'doc-sphinx-cmake-fixup' into release
-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() |