You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm after is a way to tag pages of our markdown docs so that we can flag up with a note on top when there are pages marked as "Probably need fixing" and "Definitely out of date" so readers can be wary of believing everything they read!
I liked this extension but I don't want to put the tags summary into the toctree or create a page for each tag that links back to the pages that use the tag.
I think your extension automatically does those things and I couldn't work out how to disable it/ignore it without getting warnings of missing links if I excluded the page in conf.py.
The text was updated successfully, but these errors were encountered:
Your use case makes sense, but I think this extension likely isn't a good fit for what you want to do. From that linked issue it sounds like the badge styling is the main feature you want. If so, check out the sphinx-design extension, which is what sphinx-tags uses to create tag badges: https://sphinx-design.readthedocs.io/en/latest/badges_buttons.html
I think you'll probably be able to see this issue: kedro-org/kedro#3576
What I'm after is a way to tag pages of our markdown docs so that we can flag up with a note on top when there are pages marked as "Probably need fixing" and "Definitely out of date" so readers can be wary of believing everything they read!
I liked this extension but I don't want to put the tags summary into the toctree or create a page for each tag that links back to the pages that use the tag.
I think your extension automatically does those things and I couldn't work out how to disable it/ignore it without getting warnings of missing links if I excluded the page in
conf.py
.The text was updated successfully, but these errors were encountered: