Skip to content

Commit

Permalink
chore: release 2023.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 25, 2023
1 parent 655e7a9 commit ae6c865
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`.

2023.6.25
---------

- Apply ``dark_css_variables`` in templates
- Fix code block style in dark code mode for sphinx design
- Fix colors for API docs in dark code mode
- Fix stderr background for ``nbsphinx``

2023.6.21
---------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Explore the following sections to discover more about our theme and its features
extensions/sphinx-copybutton
extensions/sphinx-design
extensions/sphinx-tabs
extensions/jupyter-sphinx
extensions/sphinx-togglebutton
extensions/jupyter-sphinx
extensions/nbsphinx

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
WrapLineFormatter,
)

__version__ = "2023.6.21"
__version__ = "2023.6.25"

shibuya_version = __version__

Expand Down

0 comments on commit ae6c865

Please sign in to comment.