zzzeeksphinx 1.3.2-ok1 source package in openKylin

Changelog

zzzeeksphinx (1.3.2-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Tue, 13 Sep 2022 10:32:40 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.3.2.orig.tar.gz 422.3 KiB f799c80b973c12319e75bc41e959a6ea57cdfe3cc3ef5f008839affa141abe2b
zzzeeksphinx_1.3.2-ok1.debian.tar.xz 2.9 KiB 55ffab4beef41baa9adc5080593c5a1e22873739a1c89a550da912bd52690163
zzzeeksphinx_1.3.2-ok1.dsc 1.7 KiB 711429610b0ee001459dc2c8f81faf5885c11fc9da5a34298ee7a8806b91bc4b

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