zzzeeksphinx 1.5.0-1 source package in Ubuntu

Changelog

zzzeeksphinx (1.5.0-1) unstable; urgency=medium

  * New upstream release
  * Drop patches - no longer needed

 -- Piotr Ożarowski <email address hidden>  Mon, 04 Mar 2024 16:25:39 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.5.0-1.dsc 2.0 KiB cbbea857dea1b5b3caa531460ee756300afeea65710575eece6a092c83194aed
zzzeeksphinx_1.5.0.orig.tar.gz 102.1 KiB aeeb6f9db316503708373c5a8fc06256cb601ee4f6855867e158fc13a0ec377a
zzzeeksphinx_1.5.0-1.debian.tar.xz 3.7 KiB 5443dfa85a1363087ce8bd289ed47e118ef0144925d2f395c5a5508e7dcb315f

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