Skip to content

Commit

Permalink
Re-enable tag badges in our own docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jul 7, 2024
1 parent 85f00d7 commit 7f82671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys

from sphinx_tags import __version__

sys.path.insert(0, os.path.abspath("../src"))
Expand All @@ -35,7 +36,7 @@
extensions = ["sphinx_design", "sphinx_tags", "nbsphinx", "myst_parser"]

tags_create_tags = True
tags_create_badges = False
tags_create_badges = True
# tags_output_dir = "_tags" # default
tags_overview_title = "All tags" # default: "Tags overview"
tags_extension = ["rst", "md", "ipynb"] # default: ["rst"]
Expand Down

0 comments on commit 7f82671

Please sign in to comment.