2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-10 10:02:03 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-pallets-sphinx-themes: not for Python 3.9
|
2024-05-11 21:11:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pallets-sphinx-themes: updated to 2.1.3
Version 2.1.3
- Allow Sphinx's parallel build feature. :issue:`88`
Version 2.1.2
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Compatibility with changes in Sphinx 7.3. :pr:`100`
|
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
|