Releases: danirus/sphinx-nefertiti
Releases · danirus/sphinx-nefertiti
v0.4.2
- Remove version constrain for Sphinx 8 in Nefertiti's dependencies.
v0.4.1
- Fix various UI/CSS issues in small form factors.
v0.4.0
- 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
- 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
- Small fix: include missing non-python files in the package.
v0.3.5
- 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
- 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
- Fix issue in
pygments.py
when building Sphinx docs with the theme.
v0.3.2
- 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
- Serve static files with the version number in the name.