Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-alabaster
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
py-alabaster: adapt for flit_core 3.11. Bump PKGREVISION.
*: clean-up after python38 removal
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.
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.
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.
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
use versioned py-pygemnts
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.
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.
py-alabaster: update to 0.7.10 0.7.10: [Bug] 95: Independently ran across sphinx-doc/sphinx 3276, namely that parameter lists become squashed together if one is running on Sphinx 1.4.x. While that fix was merged in Sphinx itself, we felt it prudent to include it in our own stylesheet as well, for immediate relief. [Bug] 96: admonition_xref had a template typo preventing it from receiving styling; this has been fixed. Credit: Kenzie Togami. [Bug] 32: Update styling of various block-level elements such as admonitions (.. note::, .. warning::, etc) and code blocks (.. code::) so they are no longer ‘dedented’ outside the main column of text they’re embedded in. This is both a stylistic change and a bugfix, since e.g. nesting code blocks within note blocks looks actively broken.
Changes 0.7.9: Bug fixes.
Import py-alabaster-0.7.7 as textproc/py-alabaster. A configurable sidebar-enabled Sphinx theme Packaged for wip by kamelderouiche.