Merge branch 'doc-sphinx-cmake-fixup' into release

This commit is contained in:
Brad King 2014-11-17 15:39:09 -05:00
commit 536baafb76
1 changed files with 1 additions and 0 deletions

View File

@ -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()