- Includes support for MyST and sphinx-gallery
- Added page title and header as a parameter
- Alphabetic sorting of tags
- Added removal of all .md and .rst files in the tag folder before generating them again (avoids having duplicates after removing/changing some tag)
- Tag intro text as a parameter
- Added optional integration with sphinx-design badges gh-35
- Added support for symlinked sources gh-37
- Documentation improvements gh-41
- Added support for tagging Jupyter Notebooks using
nbsphinx
gh-51
- Fixed tag labels with spaces
- Fixed tag labels with emoji
- Added normalization for tag URLs to remove/replace urlencoded characters
- Exclude files that match
exclude_patterns
from being tagged
- Fixed doc links and minimum sphinx version
- Added basic support for multiline tags
- Added support for tags in directive body
- Added ref label to tag pages, in the format
sphx_tag_<tagname>