sphinxcontrib-autoprogram 0.1.5-2 source package in Ubuntu

Changelog

sphinxcontrib-autoprogram (0.1.5-2) unstable; urgency=medium

  * Drop Python2 support
    Closes: #938531
  * debhelper-compat 12
  * Standards-Version: 4.4.0

 -- Andreas Tille <email address hidden>  Wed, 04 Sep 2019 14:05:50 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-autoprogram_0.1.5-2.dsc 2.3 KiB ac4dacbe1aa9f9e2b6190feaa1ca92ed8dfa1924a3dc492e2aa6c499147055b9
sphinxcontrib-autoprogram_0.1.5.orig.tar.gz 15.7 KiB 7bf0135cf7400e29982d61caf3b0a750e63c8b9e31ffb682a28a2e370e092951
sphinxcontrib-autoprogram_0.1.5-2.debian.tar.xz 2.6 KiB 50c3fae3538439df0a8c65cfde2befbc7dcc76f123fde158ebaddd614e0e3f86

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.