Skip to content

Commit 8905bca

Browse files
author
Mike Dirolf
committed
minor: dochub names
1 parent 0d82e56 commit 8905bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mongo_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def process_mongodoc_nodes(app, doctree, fromdocname):
7171

7272
for node in doctree.traverse(mongodoc):
7373
for name in node.parent.parent.traverse(addnodes.desc_signature):
74-
anchor = "#%s" % name["ids"][0]
74+
anchor = name["ids"][0]
7575
break
7676
for para in node.traverse(nodes.paragraph):
7777
tag = str(para.traverse()[1])

0 commit comments

Comments
 (0)