sphinx-autodoc-typehints 1.12.0-1 source package in Ubuntu

Changelog

sphinx-autodoc-typehints (1.12.0-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Dmitry Shachnev ]
  * New upstream release.

 -- Dmitry Shachnev <email address hidden>  Sun, 03 Oct 2021 13:50:18 +0300

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-autodoc-typehints_1.12.0-1.dsc 2.2 KiB f8458ac3026547a486818b665d94235e960af707eb0210a5a460a7f9636ae8c5
sphinx-autodoc-typehints_1.12.0.orig.tar.gz 17.2 KiB a19631d45d8457e3308d1849aec75f5c154dd35209f6179f8243325425b5233e
sphinx-autodoc-typehints_1.12.0-1.debian.tar.xz 2.5 KiB 380f1bd9ef955eec45e4785b911c470e64a41c56d0c6d46751ecc6b5c12d5077

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinx-autodoc-typehints: Type hints support for the Sphinx autodoc extension

 This extension allows you to use Python 3 annotations for documenting
 acceptable argument types and return value types of functions.
 .
 It listens to the autodoc-process-signature and autodoc-process-docstring
 Sphinx events in order to strip annotations and inject appropriate directives.