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 21cfdee commit 98c0d26Copy full SHA for 98c0d26
src/sphinx_tags/__init__.py
@@ -111,9 +111,7 @@ def run(self):
111
112
return [result]
113
114
- def _get_plaintext_node(
115
- self, tag: str, file_basename: str
116
- ) -> List[nodes.Node]:
+ def _get_plaintext_node(self, tag: str, file_basename: str) -> List[nodes.Node]:
117
"""Get a plaintext reference link for the given tag"""
118
link = Path(self.env.app.config.tags_output_dir) / f"{file_basename}/"
119
return nodes.reference(refuri="/" + str(link), text=tag)
0 commit comments