Skip to content

Commit

Permalink
Prepare for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jan 28, 2023
1 parent bce0090 commit 02fd7b8
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 9 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Version 0.1 (August 23, 2022)
# Changelog
## Version 0.1 (August 23, 2022)

- Includes support for MyST and sphinx-gallery

Version 0.1.6 (October 9, 2022)
## Version 0.1.6 (October 9, 2022)

- 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

Version 0.2.0 (TBD)
## Version 0.2.0 (January 26, 2023)

- Added optional integration with sphinx-design badges
- Added support for symlinked sources
- Added optional integration with sphinx-design badges [gh-35](https://github.com/melissawm/sphinx-tags/pull/35)
- Added support for symlinked sources [gh-37](https://github.com/melissawm/sphinx-tags/pull/37)
- Documentation improvements [gh-41](https://github.com/melissawm/sphinx-tags/pull/41)
13 changes: 9 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# -- Project information -----------------------------------------------------

project = "sphinx-tags"
copyright = "2023, melissawm"
author = "melissawm"
copyright = "2023, sphinx-tags developers"
author = "sphinx-tags developers"

# The full version, including alpha/beta/rc tags
release = __version__
Expand All @@ -33,8 +33,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_tags",
"sphinx_design",
"sphinx_tags",
"myst_parser",
]

Expand Down Expand Up @@ -63,7 +63,12 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"

html_logo = "images/tag_icon.svg"
html_theme_options = {
"logo": {
"text": "sphinx-tags",
}
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
67 changes: 67 additions & 0 deletions docs/images/tag_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02fd7b8

Please sign in to comment.