Skip to content

Commit bc734e6

Browse files
committed
WIP
1 parent 4b1f1f2 commit bc734e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sphinx_tags/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ def run(self):
7878
global_tags.add_tag(tag, self.env.docname)
7979

8080
tag_dir = Path(self.env.app.srcdir) / self.env.app.config.tags_output_dir
81+
82+
# sphinx.addnodes.pending_xref(rawsource="", *children, **attributes)
8183
result = nodes.paragraph()
8284
result["classes"] = ["tags"]
8385
result += nodes.inline(text=f"{self.env.app.config.tags_intro_text} ")

0 commit comments

Comments
 (0)