Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 21, 2022
1 parent 33e4e97 commit df1bebf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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"
* Sidebar: show which sections are in view
* Require swipe gesture to start at the margin
* Replace all remaining jQuery code with vanilla JavaScript

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

Version 0.3.2 -- 2022-06-19 -- docs__ -- PyPI__ -- diff__
* More CSS fixes for docutils 0.18+
* CSS improvements for tables
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.2'
__version__ = '0.3.3'


def setup(app):
Expand Down

0 comments on commit df1bebf

Please sign in to comment.