Skip to content

Commit

Permalink
chore: release 2024.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 14, 2024
1 parent 5849777 commit 3513982
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Changelog

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

2024.10.14
----------

- **Fix**: Set ``max-height`` for the sidebar scroller.
- **Fix**: Update background color for :ref:`jupyter-sphinx` code blocks, via :issue:`66`.

2024.8.30
---------

Expand Down Expand Up @@ -147,7 +153,7 @@ Shibuya uses date based release segments. For pre-releases, it follows :pep:`440
- **New**: Added style for ``sphinx-gallery`` and ``xarray``, via :issue:`20`.
- **New**: Added **simple** and **landing** layout templates.
- **New**: Added two image containers.
- **Fix**: Improve style for ``sphinx-design``, ``sphinx-jupyter``, and etc.
- **Fix**: Improve style for ``sphinx-design``, ``jupyter-sphinx``, and etc.
- **Fix**: Improve style for search page.

2023.10.26
Expand Down Expand Up @@ -245,7 +251,7 @@ Shibuya uses date based release segments. For pre-releases, it follows :pep:`440

- Fix edit this page link
- Fix nav links style
- Update style for :ref:`sphinx-jupyter`
- Update style for :ref:`jupyter-sphinx`

2023.6.8
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Make sure it works well with other extensions. Currently integrated with:
- :bdg-success:`DONE` :ref:`sphinx-copybutton`
- :bdg-success:`DONE` :ref:`sphinx-tabs`
- :bdg-success:`DONE` :ref:`sphinx-design`
- :bdg-success:`DONE` :ref:`sphinx-jupyter`
- :bdg-success:`DONE` :ref:`jupyter-sphinx`
- :bdg-success:`DONE` :ref:`sphinx-togglebutton`
- :bdg-success:`DONE` :ref:`nbsphinx`
- :bdg-success:`DONE` :ref:`numpydoc`
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/docsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ caused by conflicts with other sphinx extensions.
nbsphinx_requirejs_path = ''
2. If using together with :ref:`sphinx-jupyter` extension, you can
2. If using together with :ref:`jupyter-sphinx` extension, you can
resolve the issue with ``jupyter_sphinx_require_url`` setting:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/jupyter-sphinx.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:description: Shibuya Sphinx theme has special design for Jupyter sphinx extension.

.. _sphinx-jupyter:
.. _jupyter-sphinx:

jupyter-sphinx
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/mermaid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here are some possible fixes:
nbsphinx_requirejs_path = ''
2. Mermaid extension is conflict with :ref:`sphinx-jupyter` too, you can
2. Mermaid extension is conflict with :ref:`jupyter-sphinx` too, you can
resolve the issue with ``jupyter_sphinx_require_url`` setting:

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

__version__ = "2024.8.30"
__version__ = "2024.10.14"

shibuya_version = __version__

Expand Down

0 comments on commit 3513982

Please sign in to comment.