File tree Expand file tree Collapse file tree 3 files changed +83
-9
lines changed
Expand file tree Collapse file tree 3 files changed +83
-9
lines changed Original file line number Diff line number Diff line change 1- Version 0.1 (August 23, 2022)
1+ # Changelog
2+ ## Version 0.1 (August 23, 2022)
23
34- Includes support for MyST and sphinx-gallery
45
5- Version 0.1.6 (October 9, 2022)
6+ ## Version 0.1.6 (October 9, 2022)
67
78- Added page title and header as a parameter
89- Alphabetic sorting of tags
910- Added removal of all .md and .rst files in the tag folder before generating them again (avoids having duplicates after removing/changing some tag)
1011- Tag intro text as a parameter
1112
12- Version 0.2.0 (TBD )
13+ ## Version 0.2.0 (January 26, 2023 )
1314
14- - Added optional integration with sphinx-design badges
15- - Added support for symlinked sources
15+ - Added optional integration with sphinx-design badges [ gh-35 ] ( https://github.com/melissawm/sphinx-tags/pull/35 )
16+ - Added support for symlinked sources [ gh-37 ] ( https://github.com/melissawm/sphinx-tags/pull/37 )
17+ - Documentation improvements [ gh-41 ] ( https://github.com/melissawm/sphinx-tags/pull/41 )
Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = "sphinx-tags"
23- copyright = "2023, melissawm "
24- author = "melissawm "
23+ copyright = "2023, sphinx-tags developers "
24+ author = "sphinx-tags developers "
2525
2626# The full version, including alpha/beta/rc tags
2727release = __version__
3333# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3434# ones.
3535extensions = [
36- "sphinx_tags" ,
3736 "sphinx_design" ,
37+ "sphinx_tags" ,
3838 "myst_parser" ,
3939]
4040
6363# a list of builtin themes.
6464#
6565html_theme = "pydata_sphinx_theme"
66-
66+ html_logo = "images/tag_icon.svg"
67+ html_theme_options = {
68+ "logo" : {
69+ "text" : "sphinx-tags" ,
70+ }
71+ }
6772# Add any paths that contain custom static files (such as style sheets) here,
6873# relative to this directory. They are copied after the builtin static files,
6974# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments