zzzeeksphinx 1.4.0-2 source package in Ubuntu

Changelog

zzzeeksphinx (1.4.0-2) unstable; urgency=medium

  [ Thomas Goirand ]
  * Add Python 3.12 patch:
    - remove_imp.patch
  * Add Sphinx 7.2 patch:
    - fix-data-url_root-into-data-content_root.patch

 -- Piotr Ożarowski <email address hidden>  Fri, 05 Jan 2024 14:26:34 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.4.0-2.dsc 2.0 KiB 49652f7dad6f98c8126b0bf323c360adb0f50d87f18347974438d3271b051451
zzzeeksphinx_1.4.0.orig.tar.gz 86.0 KiB 290faaba3df1143acbd2ca3e1dd99ceab210c08b8860dd2db9435b3f20a7ade7
zzzeeksphinx_1.4.0-2.debian.tar.xz 4.9 KiB d8e4c4d9c26096e445c69e0607921408231c9a76f1374d1a083313d3dc6a48b1

Available diffs

No changes file available.

Binary packages built by this source

python3-zzzeeksphinx: Zzzeek's Sphinx layout and utilities

 This layout is first and foremost pulled in for the SQLAlchemy documentation
 builds (and possibly other related projects), but is also usable as a
 standalone theme / utility set for any project.
 .
 Features include:
 .
  * uses Mako templates instead of Jinja, for more programmatic capabilities
    inside of templates
  * layout includes an independently scrollable sidebar
  * unique (to Sphinx) “contextual” sidebar contents that shows the current
    page in context with all sibling pages
  * modifications to autodoc which illustrate inherited classes, bases, method
    documentation illustrates if a method is only inherited from the base or
    overridden
  * “dynamic base” feature that will, under ReadTheDocs, pull in optional
    .mako and .py files from the website of your choice that will serve as an
    alternate base template and a source of extra config setup, respectively,
    allowing the layout to be integrated into the layout of an external site
    when viewing on the web
  * “viewsource” extension that can provide highlighted sourcecode to any
    Python file arbitrarily
  * SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info
    directives
  * scss support using libsass