zzzeeksphinx 1.1.6-1ubuntu1 source package in Ubuntu

Changelog

zzzeeksphinx (1.1.6-1ubuntu1) impish; urgency=medium

  * Host fonts on www.sqlalchemy.org
  * Vendor Sphinx viewcode from Sphinx 3.4.3 (LP: #1939346)

 -- Graham Inggs <email address hidden>  Fri, 08 Oct 2021 17:18:20 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.1.6.orig.tar.gz 48.5 KiB 211b7bb6dc33f3cb4ae0ce944773d19a19d327c0a2e3524d7cb30cc0671e3cc6
zzzeeksphinx_1.1.6-1ubuntu1.debian.tar.xz 6.2 KiB c6c0abf239179d8f07cbbf9a79486a09fba7ac013d11bbc3e8f3889e77aa83aa
zzzeeksphinx_1.1.6-1ubuntu1.dsc 2.1 KiB e32f223f9ba920fdb2c4df35f9de913f52fec491fc91f1669d92b3696d2db9c0

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