Skip to content

Releases: danirus/sphinx-nefertiti

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.

v0.3.4

26 Jun 17:22
Compare
Choose a tag to compare
  • Fix in js/src/tocresize.py to avoid setting the height of the sidebars when they are not part of the grid.

v0.3.3

30 Apr 13:39
Compare
Choose a tag to compare
  • Fix issue in pygments.py when building Sphinx docs with the theme.

v0.3.2

13 Mar 18:49
Compare
Choose a tag to compare
  • Use the directive :hideindex: 1, to hide the nftt-sidebar-content.
  • For compatibility with previous versions, rename stored color from cyan to default.
  • Move footer to the bottom of the page.

v0.3.1

11 Mar 16:12
Compare
Choose a tag to compare
  • Serve static files with the version number in the name.