sphinx-remove-toctrees 0.0.3-2 source package in Ubuntu

Changelog

sphinx-remove-toctrees (0.0.3-2) unstable; urgency=medium

  * Fix debian/watch url
  * Add autopkgtest configuration

 -- Diane Trout <email address hidden>  Tue, 08 Mar 2022 22:26:50 -0800

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-remove-toctrees_0.0.3-2.dsc 2.3 KiB 24ba5214931332dd098512d0120104f2c4f90d8c170ae1a5ae43f70ffe44130f
sphinx-remove-toctrees_0.0.3.orig.tar.gz 8.1 KiB bda2c97cb0a47bd65c9c5a6b1d31172674c5f5e05273dcf5d7c315d63bf6f62a
sphinx-remove-toctrees_0.0.3-2.debian.tar.xz 2.4 KiB 3aa3695f01813404a529f0d020c0c91828c8b4049d70b7f1f2258e7a2a9eed03

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinx-remove-toctrees: Reduce sphinx documentation build times

 Improve your Sphinx build time by selectively removing TocTree
 objects from pages. This is useful if your documentation uses
 auto-generated API documentation, which generates **a lot** of stub
 pages.
 .
 This extension can be used to remove the sidebar links for just the
 pages you specify, speed up the build considerably.
 .
 ## Who is this for?
 .
 This package is for maintainers that use Sphinx and have really large
 API documentation (or for some other reason, have a ton of nested
 pages). If you use a Sphinx theme that contains the entire Table of
 Contents on every page (e.g., any theme that has "collapsable"
 sidebar sections), this will slow things down considerably. Use this
 theme to speed up your builds.