diff --git a/ChangeLog.md b/ChangeLog.md index c0b889c..5ed7d25 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Change Log -## [0.2.2] - 2024-02-20 +## [0.2.3] - 2024-02-20 - Use a fluid layout (Bootstrap's `container-fluid`) to allow expanding the TOC in the right side to the right border of the browser. The goal is to increase diff --git a/README.md b/README.md index da28d64..1cbf5fe 100644 --- a/README.md +++ b/README.md @@ -16,24 +16,24 @@ See it in action in [sphinx-themes.org](https://sphinx-themes.org/#theme-sphinx- ## Index filtering -
+ By default the **index** shows the content folded. Opening or closing items is remembered while browsing the documentation. To quickly find items use the input filter. The filter will display items that could be invisible within a folded item. When the user types in the input field, let us say `fo`, the index gets filtered with all the entries that match those two characters. So the index will display three matches: `Fonts`, `Footer links` and `Footnotes`. Those three entries were all folded within their sections: - + ## The TOC on the right side The Table of Contents, displayed on the right side, spans itself to the right border of the browser to display long items, improving readability. - + ## Other features Nefertiti for Sphinx comes with the following color sets. Change between them using the attribute `display` of the `html_theme_options` setting. - + In order to be compliant with [EU's GDPR](https://gdpr.eu/), Nefertiti for Sphinx comes bundled with a group of fonts licensed for free distribution. Adding more fonts is explained in the [User's Guide](https://sphinx-nefertiti.readthedocs.io/en/latest/users-guide/customization/fonts.html#adding-fonts): diff --git a/package.json b/package.json index 301b24f..006ccc1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "sphinx-nefertiti", - "version": "0.2.2", + "version": "0.2.3", "private": true, - "description": "Private repository related with sphinx-nefertiti.", + "description": "Nefertiti is a theme for the Sphinx Documentation Generator.", "engines": { "node": ">=16" }, diff --git a/setup.py b/setup.py index 312f871..a4b95ab 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="sphinx-nefertiti", - version="0.2.2", + version="0.2.3", packages=find_packages(), include_package_data=True, license="MIT",