zzzeeksphinx 1.6.2-ok1 source package in openKylin

Changelog

zzzeeksphinx (1.6.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 17:30:49 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.6.2.orig.tar.gz 83.7 KiB 0c07f190dcb35f259bbaa611ea165b42115aa64c2d9ea42fec642cd0d7641828
zzzeeksphinx_1.6.2-ok1.debian.tar.xz 2.4 KiB a1ff8062fabc1544f568ee90cf1f431b717216493f979376a1c461f6f5c69603
zzzeeksphinx_1.6.2-ok1.dsc 1.9 KiB a98b0c09b19f78b0a40eb0b030a7e0c0171da43e174943b9fc7102f51d234ecb

Available diffs

View changes file

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