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

Changelog

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

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <email address hidden>  Tue, 30 Jan 2024 12:05:14 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-autodoc-typehints_1.25.3-1.dsc 2.3 KiB 7279e027313099af7f78bfbfa31ef6b6d277d1cefce82d3aeeb1e4c3b24a7078
sphinx-autodoc-typehints_1.25.3.orig.tar.gz 36.8 KiB eda5fb504db4ebbd84c105273997c49d40901adc5a73d3765e150fb7267396e5
sphinx-autodoc-typehints_1.25.3-1.debian.tar.xz 3.3 KiB 22df40f6c2547b72bf488c8ed9033b706a9fdabc218f9e0b8174a8c120bdeb11

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.