Releases: danirus/sphinx-nefertiti
Releases · danirus/sphinx-nefertiti
v0.5.3
v0.5.2
- Increase contrast for body-bg, pre-border-color, and border-color for the light color scheme, in all colorsets.
- Fix colorset selector. Data attributes do not match between JS and HTML.
- Fix light/dark selector. When not 'default', reloading brings back 'default'.
- Update required version of sphinx-colorschemed-images.
- Update
colorsets.rst
in the docs.
v0.5.1
v0.5.0
- Add breadcrumbs.
- Use smooth scrolling.
- Add back-to-top button.
- Add customizable header links.
- Limit height of version dropdown.
- Use compact notation to display number of stars, and forks, in header's repository widget.
- Scroll the left sidebar to show the link corresponding to the current page.
- In the sphinx-nefertiti documentation website, reset the colorset selected by the user 24 hours after it has been selected.
- Migrate from
setup.py
and multiple requirements files, topyproject.toml
. - Use tox to run verify that tests pass against multiple versions of Sphinx.
- Develop external app, sphinx-colorschemed-images to support changing images when the color scheme changes.
v0.4.2
v0.4.1
v0.4.0
- Move
pygments_light_style
andpygments_dark_style
options inside theme options (html_theme_options
), aspygments_dark_style
is no longer a valid config setting inapp.config
by Sphinx. Update docs accordingly. - Change CSS margins for table element.
- Use text-align in paragraphs included inside figures, so that they are aligned conform to the figure alignment.