Path to this page:
./
textproc/py-pallets-sphinx-themes,
Sphinx themes for Pallets and related projects
Branch: CURRENT,
Version: 2.1.3,
Package name: py312-pallets-sphinx-themes-2.1.3,
Maintainer: pkgsrc-usersThemes for the Pallets projects. If you're writing an extension, use the
appropriate theme to make your documentation look consistent.
Available themes:
- flask
- jinja
- werkzeug
- click
Required to run:[
textproc/py-sphinx] [
devel/py-packaging] [
lang/python310]
Master sites:
Filesize: 19.652 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-pallets-sphinx-themes-2.1.3
- (2024-05-11) Updated to version: py311-pallets-sphinx-themes-2.1.3
- (2023-11-08) Updated to version: py311-pallets-sphinx-themes-2.1.1
- (2023-08-11) Updated to version: py310-pallets-sphinx-themes-2.1.1
- (2023-02-09) Updated to version: py310-pallets-sphinx-themes-2.0.2
- (2022-04-29) Updated to version: py39-pallets-sphinx-themes-2.0.2
CVS history: (Expand)
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-08-11 07:55:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pallets-sphinx-themes: updated to 2.1.1
Version 2.1.1
-------------
- Remove leftover Python 2 compatibility code. :pr:`69`
- Dotted underlines on links are smaller. :issue:`70`
Version 2.1.0
-------------
- Drop support for Python 3.6 and 3.7.
- Require Sphinx >= 3.
- Remove previously deprecated code.
- Fix table of contents overflow issue.
|
2023-07-30 17:32:50 by Adam Ciarcinski | Files touched by this commit (19) |
Log message:
Remove dependencies for Python 3.7
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-04-29 15:38:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pallets-sphinx-themes: fix DEPENDS for python 3.7
|
2022-04-29 15:34:52 by Thomas Klausner | Files touched by this commit (3) | |
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.
|
2022-01-25 10:05:12 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: use versioned_dependencies.mk for py-importlib-metadata
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|