sphinxcontrib-autoprogram 0.1.8-1 source package in Ubuntu

Changelog

sphinxcontrib-autoprogram (0.1.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.1.8
  * Remove old patches applied upstream.
  * Add new patch to remove python3-six dependency.

 -- Alexandre Detiste <email address hidden>  Sun, 07 Jan 2024 23:26:24 +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 Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-autoprogram_0.1.8-1.dsc 2.2 KiB aabb6b6ce202499daada02c08a66d9e91f83c0d4afdf569d40bb627d5b69cea2
sphinxcontrib-autoprogram_0.1.8.orig.tar.gz 17.8 KiB c6c4e050ba4a6ae8cd8b1034fa1ab20371e3e2cc85ee23affd8bc4e6fe1c9255
sphinxcontrib-autoprogram_0.1.8-1.debian.tar.xz 3.9 KiB 12bee4c4f1f16c48f06aa6cac5a516fedeadf1bbbd17783aa75c75b41e12ae52

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinxcontrib.autoprogram: automated documentation of CLI programs for Sphinx (Python 3)

 This contrib extension, sphinxcontrib.autoprogram, provides an automated way
 to document CLI programs. It scans argparse.ArgumentParser object, and then
 expands it into a set of .. program:: and .. option:: directives.
 .
 In order to use it, add sphinxcontrib.autoprogram into extensions list of your
 Sphinx configuration file (conf.py)
 .
 This package contains the Python 3 version.