zzzeeksphinx 1.3.2-1 source package in Ubuntu
Changelog
zzzeeksphinx (1.3.2-1) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. [ Piotr Ożarowski ] * New upstream release * Add python3-libsass to Recommends -- Piotr Ożarowski <email address hidden> Mon, 14 Feb 2022 15:25:47 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
zzzeeksphinx_1.3.2-1.dsc | 2.0 KiB | f902b2c13a584408e9c832400ddf77ac7037959ee16cfe059c9e8fcc47ec5546 |
zzzeeksphinx_1.3.2.orig.tar.gz | 71.9 KiB | 9e30a3b9f67e19b01241a0cf030802c7ed91d17cd036787cd07760b2c5df9096 |
zzzeeksphinx_1.3.2-1.debian.tar.xz | 3.5 KiB | 5c4c137ba8172600e5cde913d457379b4556fbe1bd071264e42e6d882de3fe3e |
Available diffs
- diff from 1.2.5-1 to 1.3.2-1 (9.1 KiB)
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