From 2c878a5e239ca0ce7a69b2adcb7fc163465548b1 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 4 Dec 2021 18:10:53 +0100 Subject: [PATCH] Release 0.2.9 --- NEWS.rst | 8 ++++++++ src/insipid_sphinx_theme/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 5c5ba8f..b767610 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +Version 0.2.9 -- 2021-12-04 -- docs__ -- PyPI__ -- diff__ + * external links: replace border-bottom with underline + * avoid font size change between landscape and portrait + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.2.9/ +__ https://pypi.org/project/insipid-sphinx-theme/0.2.9/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.2.8...0.2.9 + Version 0.2.8 -- 2021-09-25 -- docs__ -- PyPI__ -- diff__ * Refine sidebar hiding diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index f2092bb..6dc2e08 100644 --- a/src/insipid_sphinx_theme/__init__.py +++ b/src/insipid_sphinx_theme/__init__.py @@ -1,7 +1,7 @@ """An insipid Sphinx theme.""" from pathlib import Path -__version__ = '0.2.8' +__version__ = '0.2.9' def setup(app):