We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f1f2 commit bc734e6Copy full SHA for bc734e6
src/sphinx_tags/__init__.py
@@ -78,6 +78,8 @@ def run(self):
78
global_tags.add_tag(tag, self.env.docname)
79
80
tag_dir = Path(self.env.app.srcdir) / self.env.app.config.tags_output_dir
81
+
82
+ # sphinx.addnodes.pending_xref(rawsource="", *children, **attributes)
83
result = nodes.paragraph()
84
result["classes"] = ["tags"]
85
result += nodes.inline(text=f"{self.env.app.config.tags_intro_text} ")
0 commit comments