Skip to content

Commit 7f17eec

Browse files
committed
Implemented domain
1 parent c81d217 commit 7f17eec

File tree

4 files changed

+191
-221
lines changed

4 files changed

+191
-221
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
extensions = ["sphinx_design", "sphinx_tags", "nbsphinx", "myst_parser"]
3636

3737
tags_create_tags = True
38-
tags_create_badges = True
38+
tags_create_badges = False
3939
# tags_output_dir = "_tags" # default
4040
tags_overview_title = "All tags" # default: "Tags overview"
4141
tags_extension = ["rst", "md", "ipynb"] # default: ["rst"]

docs/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ files so it doesn't get stuck in a loop. Example:
132132
sphinx-autobuild docs docs/_build/html --ignore '**/_tags/*'
133133
134134
If you have set ``tags_output_dir`` to a different path, use that instead of ``_tags``.
135+
136+
.. tags:: tag documentation

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Check out the `list of projects that use this extension <https://github.com/meli
2626
:maxdepth: 2
2727
:titlesonly:
2828

29-
_tags/tagsindex
29+
_tags/tagsindex.md

0 commit comments

Comments
 (0)