[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-703-g03519a5
Brad King
brad.king at kitware.com
Mon Nov 17 15:38:44 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 03519a582873578b18afefa74b71a6bab6e4ea02 (commit)
via 5cda220548b82010b9f2fc9f177e808b6151a162 (commit)
from f889ba21a6d4688ebeff8cf36e4cd6f9f83f7a26 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=03519a582873578b18afefa74b71a6bab6e4ea02
commit 03519a582873578b18afefa74b71a6bab6e4ea02
Merge: f889ba2 5cda220
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 15:38:43 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 17 15:38:43 2014 -0500
Merge topic 'doc-sphinx-cmake-fixup' into next
5cda2205 Utilities/Sphinx: Add missing call to note_explicit_target
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5cda220548b82010b9f2fc9f177e808b6151a162
commit 5cda220548b82010b9f2fc9f177e808b6151a162
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 15:34:55 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 17 15:37:31 2014 -0500
Utilities/Sphinx: Add missing call to note_explicit_target
Sphinx calls document.note_explicit_target with any nodes.target() it
creates. Add such a call when we create a document target in
CMakeTransform.
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()
-----------------------------------------------------------------------
Summary of changes:
Utilities/Sphinx/cmake.py | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list