Skip to content

Releases: danirus/sphinx-nefertiti

v0.7.4

07 Jan 07:43
Compare
Choose a tag to compare
  • Change close button color when switching between dark/light color schemes.
  • Change dividers color when switching between dark/light color themes.
  • Make search field full width when in small form factor view.

v0.7.3

04 Dec 11:38
Compare
Choose a tag to compare
  • Increment font color contrast in light color-scheme.

v0.7.2

04 Dec 10:43
Compare
Choose a tag to compare
  • Raise exception when using sphinx-nefertiti with Sphinx<7.0.0.

v0.7.1

02 Dec 15:16
Compare
Choose a tag to compare
  • Fix issue about the use of style_header_neutral in the layout.html and the colorsets-dropdown.html templates.

v0.7.0

02 Dec 08:16
Compare
Choose a tag to compare
  • New: Theme option style_header_neutral (boolean) to integrate header background color with light/dark color-schemes. Update docs and tests accordingly.

v0.6.0

29 Nov 11:12
Compare
Choose a tag to compare
  • New: Highlight the item in the TOC at the right side ('on this page' column) when the location bar refers to an anchor that is part of the TOC.
  • Change: Lighten body background in light color-scheme for all colorsets.

v0.5.3

28 Nov 12:20
6bd8ca7
Compare
Choose a tag to compare
  • ReadTheDocs no longer provides versions in the context of the template.
  • Update quick-start and version-dropdown documents.
  • Update versions.js to display the current_version given in conf.py.

v0.5.2

26 Nov 15:43
0ea8ea8
Compare
Choose a tag to compare
  • 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

26 Nov 09:13
Compare
Choose a tag to compare
  • Header and footer links can be either references to internal documents, or URLs.
  • Fix issue in Nefertiti when building the docs in ReadTheDocs.

v0.5.0

25 Nov 17:15
Compare
Choose a tag to compare
  • 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, to pyproject.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.