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)
2
3
3
4
- Includes support for MyST and sphinx-gallery
4
5
5
- Version 0.1.6 (October 9, 2022)
6
+ ## Version 0.1.6 (October 9, 2022)
6
7
7
8
- Added page title and header as a parameter
8
9
- Alphabetic sorting of tags
9
10
- Added removal of all .md and .rst files in the tag folder before generating them again (avoids having duplicates after removing/changing some tag)
10
11
- Tag intro text as a parameter
11
12
12
- Version 0.2.0 (TBD )
13
+ ## Version 0.2.0 (January 26, 2023 )
13
14
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 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = "sphinx-tags"
23
- copyright = "2023, melissawm "
24
- author = "melissawm "
23
+ copyright = "2023, sphinx-tags developers "
24
+ author = "sphinx-tags developers "
25
25
26
26
# The full version, including alpha/beta/rc tags
27
27
release = __version__
33
33
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
34
34
# ones.
35
35
extensions = [
36
- "sphinx_tags" ,
37
36
"sphinx_design" ,
37
+ "sphinx_tags" ,
38
38
"myst_parser" ,
39
39
]
40
40
63
63
# a list of builtin themes.
64
64
#
65
65
html_theme = "pydata_sphinx_theme"
66
-
66
+ html_logo = "images/tag_icon.svg"
67
+ html_theme_options = {
68
+ "logo" : {
69
+ "text" : "sphinx-tags" ,
70
+ }
71
+ }
67
72
# Add any paths that contain custom static files (such as style sheets) here,
68
73
# relative to this directory. They are copied after the builtin static files,
69
74
# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments