zzzeeksphinx 1.4.0-1 source package in Ubuntu

Changelog

zzzeeksphinx (1.4.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Thu, 22 Jun 2023 14:39:15 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.4.0-1.dsc 2.0 KiB 495264986ff1b4c6f32c50033ef10e8d67c52e3bb129d4d92714ade0bac23d9e
zzzeeksphinx_1.4.0.orig.tar.gz 86.0 KiB 290faaba3df1143acbd2ca3e1dd99ceab210c08b8860dd2db9435b3f20a7ade7
zzzeeksphinx_1.4.0-1.debian.tar.xz 3.6 KiB 9865432ce4d4c9cb7689636de8a4161e6834fd06fe4704ee7a5f5f9765a13531

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