Skip to content

Releases: danirus/sphinx-nefertiti

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.

v0.4.2

15 Oct 06:08
275e52b
Compare
Choose a tag to compare
  • Remove version constrain for Sphinx 8 in Nefertiti's dependencies.

v0.4.1

10 Aug 06:05
ef2d3a9
Compare
Choose a tag to compare
  • Fix various UI/CSS issues in small form factors.

v0.4.0

05 Aug 05:19
865f04f
Compare
Choose a tag to compare
  • Move pygments_light_style and pygments_dark_style options inside theme options (html_theme_options), as pygments_dark_style is no longer a valid config setting in app.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.

v0.3.7

02 Aug 18:52
1f44ff0
Compare
Choose a tag to compare
  • Fix highlighting foldable items in the left-side TOC when they are the current selected item.
  • Update actions in publish.yml GH action workflow.

v0.3.6

02 Aug 13:34
596dd6b
Compare
Choose a tag to compare
  • Small fix: include missing non-python files in the package.

v0.3.5

02 Aug 13:15
1f6677f
Compare
Choose a tag to compare
  • Provide better for version-change directives (versionadded, versionchanged, deprecated, and versionremoved) when they only get a version number and no optional explanatory text.
  • Increment the font size for monospace font to match normal font.