Releases: pallets/pallets-sphinx-themes
Releases · pallets/pallets-sphinx-themes
2.3.0
This is the Pallets-Sphinx-Themes 2.3.0 feature release.
PyPI: https://pypi.org/project/Pallets-Sphinx-Themes/2.3.0/
Changes: https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-230
- When getting the canonical URL on Read the Docs, replace the path with
/en/stable/
instead of/page/
. This can be configured withrtd_canonical_path
. #122 - The version banner can be disabled by setting
version_banner = False
. On Read the Docs, it is disabled when building thestable
version or PRs. #123
2.2.0
This is the Pallets-Sphinx-Themes 2.2.0 feature release.
PyPI: https://pypi.org/project/Pallets-Sphinx-Themes/2.2.0/
Changes: https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-220
- Get canonical URL from environment variable when building on Read the Docs. #117
- New version warning banner. Use JavaScript to query PyPI when viewing a page, rather than baking the warning into the build. New builds of old versions are no longer required for the banner to be correct. #117
- Generate 404 page using the sphinx-notfound-page extension. This fixes the URLs when the page is hosted so that it loads the CSS. #34
- Remove handling for
singlehtml_sidebars
config which predated Sphinx's support. #119 - Remove "babel" and "platter" theme variants which were undocumented and did not appear to be used by the relevant projects. #120
2.1.3
PyPI: https://pypi.org/project/Pallets-Sphinx-Themes/2.1.3/
- Allow Sphinx's parallel build feature. #88
2.1.2
- Compatibility with changes in Sphinx 7.3.
2.1.1
release version 2.1.1
2.1.0
2.0.2
2.0.1
- Remove workaround for search URLs when using the
dirhtml
builder. The issue has been fixed in Sphinx and the workaround was causing the issue again. #39 - Remove
html_context["readthedocs_docsearch"]
for controlling whether Read the Docs' search is used. #40 - Add an
ethicalads.html
sidebar to have Read the Docs always show ads in the sidebar instead of other possible locations. The sidebar is enabled by default at the end of the list. #41