Skip to content

Commit 4a0e4a9

Browse files
committed
More wip
1 parent bc734e6 commit 4a0e4a9

File tree

3 files changed

+216
-182
lines changed

3 files changed

+216
-182
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 = False
38+
tags_create_badges = True
3939
# tags_output_dir = "_tags" # default
4040
tags_overview_title = "All tags" # default: "Tags overview"
4141
tags_extension = ["rst", "md", "ipynb"] # default: ["rst"]

docs/index.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ Check out the `list of projects that use this extension <https://github.com/meli
2020
examples/index
2121
contribute/index
2222

23-
.. toctree::
24-
:caption: Site tags
25-
:hidden:
26-
:maxdepth: 2
27-
:titlesonly:
23+
.. .. toctree::
24+
.. :caption: Site tags
25+
.. :hidden:
26+
.. :maxdepth: 2
27+
.. :titlesonly:
28+
29+
.. _tags/tagsindex.md
2830
29-
_tags/tagsindex.md
31+
Indices and tables
32+
==================
33+
* :ref:`tags-index`

0 commit comments

Comments
 (0)