15
0

- update to 2.2.0:

* Get canonical URL from environment variable when building on
    Read the Docs. :pr:`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. :pr:`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. :issue:`34`
  * Remove handling for singlehtml_sidebars config which predated
    Sphinx's support. :pr:`119`
  * Remove "babel" and "platter" theme variants which were
    undocumented and did not appear to be used by the relevant
    projects. :pr:`120`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=14
This commit is contained in:
2024-10-18 10:50:47 +00:00
committed by Git OBS Bridge
parent 4524bb0744
commit 84e5518668
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Oct 18 10:50:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Get canonical URL from environment variable when building on
Read the Docs. :pr:`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. :pr:`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. :issue:`34`
* Remove handling for singlehtml_sidebars config which predated
Sphinx's support. :pr:`119`
* Remove "babel" and "platter" theme variants which were
undocumented and did not appear to be used by the relevant
projects. :pr:`120`
-------------------------------------------------------------------
Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller <dmueller@suse.com>