Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2022
1 parent a80d530 commit e1b75f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Version 0.3.4 -- 2022-09-03 -- docs__ -- PyPI__ -- diff__
* CSS: Avoid sidebar overlapping the comment section
* CSS: remove ``italic`` from ``in-view``, reduce ``letter-spacing`` instead
* Support for ``/`` key binding

__ https://insipid-sphinx-theme.readthedocs.io/en/0.3.4/
__ https://pypi.org/project/insipid-sphinx-theme/0.3.4/
__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.3.3...0.3.4

Version 0.3.3 -- 2022-08-21 -- docs__ -- PyPI__ -- diff__
* Require Sphinx 5.0, older versions can be used with ``--no-deps``
* CSS: do not increase font size for code in definition titles
* Make tables scrollable with "display: block"
* Make tables scrollable with ``display: block``
* Sidebar: show which sections are in view
* Require swipe gesture to start at the margin
* Replace all remaining jQuery code with vanilla JavaScript
Expand Down
2 changes: 1 addition & 1 deletion src/insipid_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""An insipid Sphinx theme."""
from pathlib import Path

__version__ = '0.3.3'
__version__ = '0.3.4'


def setup(app):
Expand Down

0 comments on commit e1b75f1

Please sign in to comment.