Skip to content

Commit

Permalink
Implemented domain
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jun 29, 2024
1 parent c81d217 commit 7f17eec
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 221 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
extensions = ["sphinx_design", "sphinx_tags", "nbsphinx", "myst_parser"]

tags_create_tags = True
tags_create_badges = True
tags_create_badges = False
# tags_output_dir = "_tags" # default
tags_overview_title = "All tags" # default: "Tags overview"
tags_extension = ["rst", "md", "ipynb"] # default: ["rst"]
Expand Down
2 changes: 2 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ files so it doesn't get stuck in a loop. Example:
sphinx-autobuild docs docs/_build/html --ignore '**/_tags/*'
If you have set ``tags_output_dir`` to a different path, use that instead of ``_tags``.

.. tags:: tag documentation
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Check out the `list of projects that use this extension <https://github.com/meli
:maxdepth: 2
:titlesonly:

_tags/tagsindex
_tags/tagsindex.md
Loading

0 comments on commit 7f17eec

Please sign in to comment.