diff --git a/ChangeLog.md b/ChangeLog.md index d56b3c4..333fdc4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Change Log +## [0.7.1] - 2024-12-02 + +- Fix issue about the use of `style_header_neutral` in the `layout.html` and the `colorsets-dropdown.html` templates. + ## [0.7.0] - 2024-12-02 - New: Theme option `style_header_neutral` (boolean) to integrate header background color with light/dark color-schemes. Update docs and tests accordingly. diff --git a/package.json b/package.json index 470316a..ca3b495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sphinx-nefertiti", - "version": "0.7.0", + "version": "0.7.1", "private": true, "description": "Nefertiti is a theme for the Sphinx Documentation Generator.", "engines": { diff --git a/sphinx_nefertiti/__init__.py b/sphinx_nefertiti/__init__.py index b77bf7a..1d3bae3 100644 --- a/sphinx_nefertiti/__init__.py +++ b/sphinx_nefertiti/__init__.py @@ -6,7 +6,7 @@ from sphinx_nefertiti import colorsets, docsver, fonts, links, pygments -__version__ = "0.7.0" +__version__ = "0.7.1" pages_wo_index = ["genindex", "search"] diff --git a/sphinx_nefertiti/colorsets-dropdown.html b/sphinx_nefertiti/colorsets-dropdown.html index 444e0a2..54d84f9 100644 --- a/sphinx_nefertiti/colorsets-dropdown.html +++ b/sphinx_nefertiti/colorsets-dropdown.html @@ -24,7 +24,7 @@