Skip to content

Commit d7a2997

Browse files
authored
Merge pull request #43 from melissawm/prepare-02
2 parents bce0090 + 02fd7b8 commit d7a2997

File tree

3 files changed

+83
-9
lines changed

3 files changed

+83
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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)

docs/conf.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = "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
2727
release = __version__
@@ -33,8 +33,8 @@
3333
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3434
# ones.
3535
extensions = [
36-
"sphinx_tags",
3736
"sphinx_design",
37+
"sphinx_tags",
3838
"myst_parser",
3939
]
4040

@@ -63,7 +63,12 @@
6363
# a list of builtin themes.
6464
#
6565
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+
}
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".

docs/images/tag_icon.svg

Lines changed: 67 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)