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

Changelog

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

  * Team upload to unstable.

 -- Michael R. Crusoe <email address hidden>  Tue, 13 Aug 2024 16:38:51 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-autodoc-typehints_2.2.3-1.dsc 2.3 KiB cd8b881bad2ba94b66062e737000ac2de6f1a7dfbdaffc8b8a072b3010b8285c
sphinx-autodoc-typehints_2.2.3.orig.tar.gz 39.3 KiB f14788ef85157d04a3b609ac3ed1c7783f6327fc1f02d5ef0de72f8ce9a0edaa
sphinx-autodoc-typehints_2.2.3-1.debian.tar.xz 3.0 KiB 885dbb4213044767df2993519a3168f99641677fb2933c649cfaab2db7aa2d4c

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.