2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-07-28 13:47:15 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-alabaster: update to 1.0.0.
:git_tag:`1.0.0` -- 2024-07-26
------------------------------
- Dropped support for Python 3.9 and earlier.
- Dropped support for Sphinx 6.1 and earlier.
- Use a new SVG image for the GitHub banner.
- :feature:`217` Use the new *searchfield* component for the search box.
Patch by Tim Hoffmann.
- :feature:`104` Allow translating strings in ``relations.html``.
- :bug:`125` Do not underline linked images.
Patch by Joshua Bronson.
- :bug:`169` Do not ignore the Pygments background colour.
Patch by Matthias Geier.
- :bug:`174` Fix clipping caused by incorrect CSS breakpoints.
|
2024-01-14 10:02:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-alabaster: update to 0.7.16.
:git_tag:`0.7.16` -- 2024-01-10
-------------------------------
- :bug:`215` Do not display ``logo_name`` if it is set to ``False``.
:git_tag:`0.7.15` -- 2024-01-08
-------------------------------
- :feature:`213` Allow an arbitrary string in the ``logo_name`` option.
- :feature:`114` Improved sidebar CSS styles.
- :issue:`178` Deprecated ``canonical_url`` in favor of ``html_baseurl``.
- :bug:`200` Removed duplicate ``<meta name="viewport" ... />`` tag.
- :bug:`188` Removed underline from whitespace.
- :bug:`164` Removed ``type="text/javascript"`` from <script> \
elements.
- :bug:`161` Replaced ``©`` with unicode decimal code entity ``#169;``.
:git_tag:`0.7.14` -- 2024-01-08
-------------------------------
- Dropped support for Python 3.8 and earlier.
- Dropped support for Sphinx 3.3 and earlier.
- :issue:`198` Fix horizontal scrolling on mobile.
- :issue:`206` Properly support the ``html_support_sphinx`` config value.
- :issue:`211` Fix the GitHub 'forkme' banner.
- Added ``alabaster_version_info`` to the HTML template context.
- Declare support for Python 3.13.
- Adopt the Ruff linter and formatter.
- Migrate from CircleCI to GitHub Actions.
|
2023-01-13 09:54:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-alabaster: updated to 0.7.13
0.7.13
:support:`- backported` Modernized the project: s/Travis/Circle/ for CI, README \
badges, setup.cfg removal, metadata refresh, etc.
:support:`- backported` Dropped support for Python 2 and Python <3.6. This \
includes various minor updates to work correctly with modern versions of Sphinx \
(1.6 at the very least). Thanks to Adam Turner for a pile of patches here.
Warning
This change is backwards incompatible if you're on an old Python version.
:support:`- backported` Tweak CSS somewhat for compatibility with modern Sphinx \
versions' base stylesheet.
|
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
|
2021-04-06 17:03:32 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
use versioned py-pygemnts
|
2018-10-07 12:20:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-alabaster: updated to 0.7.12
0.7.12:
* Add a tidelift_url option, which when set (default is None/unset) adds a small \
text snippet to the donate.html sidebar component, linking to the given URL \
string.
* Add a generic donation badge/url option (visually powered by \
https://shields.io/) as well as a service-specific donation option for \
OpenCollective.
* Fix a typo in the code-block font family, which incorrectly specified Deja Vu \
Sans Mono instead of DejaVu Sans Mono. This would primarily impact systems \
lacking the first two fonts (Consolas and Menlo) such as Linux desktops.
* Remove Gittip/Gratipay output from the donate.html sidebar component, since \
the actual service has been insolvent since 2017. The configuration options \
remain in place for the time being (to avoid breaking backwards compatibility) \
but no longer do anything.
* On some browsers/platforms, ‘badge’-style sidebar elements were displaying \
dotted underlines. This was unintentional and explicit styling has been added to \
remove them. Credit to Steven Loria.
* Reorganize the customization page to break up the now rather long list of \
“variables and feature toggles” into additional sections; includes \
alphabetizing those lists, to make it a bit easier to find docs for a specific \
setting.
|
2018-07-13 09:13:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-alabaster: updated to 0.7.11
0.7.11:
[Feature]: Add badge_branch option allowing configurability of which specific \
Git branch the Travis, Codecov, etc buttons default to.
[Feature]: Add optional next and previous links at the top and bottom of page \
content. Use theme option show_relbars to enable these.
[Bug] 73: Clean up some problematic font issues.
[Support]: Add setuptools-level entrypoint for improved theme distribution \
compatibility.
[Support]: Miscellaneous project maintenance updates such as adding to Travis CI \
and enforcing the use of flake8.
|