Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-pallets-sphinx-themes
From: Thomas Klausner
Date: 2022-04-29 15:34:52
Message id: 20220429133452.BC7FBFB1A@cvs.NetBSD.org
Log Message:
py-pallets-sphinx-themes: update to 2.0.2.
Version 2.0.2
-------------
Released 2021-11-10
- Detect if Sphinx dirhtml builder is generating canonical URLs with
".html" and replace with the correct dir URL. :issue:`47`
- ``canonical_url`` config is deprecated. Use Sphinx's built-in
``html_baseurl`` config instead. :pr:`53`
- Address deprecations in Jinja 2.0. :pr:`54`
Version 2.0.1
-------------
Released 2021-05-20
- 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. :issue:`39`
- Remove ``html_context["readthedocs_docsearch"]`` for controlling
whether Read the Docs' search is used. :issue:`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. :issue:`41`
Version 2.0.0
-------------
Released 2021-05-11
- Drop Python < 3.6.
- Update for Jinja 2.0.
- Update for Click 8.0.
Files: