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
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-01-03 13:45:10 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pallets-sphinx-themes: updated to 1.2.3
Version 1.2.3
- Use built-in :mod:`importlib.metadata` on Python 3.8.
|
2019-11-12 04:36:04 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-pallets-sphinx-themes: it now requires py-importlib-metadata
|
2019-10-22 00:01:06 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Switch sphinx to versioned deps.
|
2019-10-11 18:28:39 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pallets-sphinx-themes: updated to 1.2.2
Version 1.2.2
Make the version warning sticky so that it appears when linking to the middle of \
a document.
Remove CSS for old ads.
Version 1.2.1
Sort versions taken from Read the Docs so that 2.10.x is considered newer than 2.9.x.
Version 1.2.0
Use HTTPS for font URLs in CSS.
Don't require sphinx.ext.autodoc to be enabled.
Implement the Jinja directives jinja:filters::, jinja:tests::, and jinja:nodes::.
Generate a table of contents for Jinja filters and tests.
Update the babel and platter themes.
|
2019-04-24 17:52:32 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-pallets-sphinx-themes: added version 1.1.4
Themes 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
|