./textproc/py-sphinx-autodoc-typehints, Type hints support for the Sphinx autodoc extension

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.1, Package name: py312-sphinx-autodoc-typehints-3.0.1, Maintainer: minskim

This extension allows you to use Python 3 annotations for documenting
acceptable argument types and return value types of functions. This
allows you to use type hints in a very natural fashion.


Required to run:
[textproc/py-sphinx] [lang/python310]

Required to build:
[devel/py-setuptools_scm]

Master sites:

Filesize: 35.432 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-16 23:19:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: updated to 3.0.1

3.0.1

Fix roles for types module
Update Ruff to 0.9.1
   2025-01-07 13:43:48 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
py-sphinx-autodoc-typehints: py-nptyping not used any longer

ride update
   2025-01-07 13:39:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 3.0.0.

What's Changed

    🐛 Replace docutils private API use w/ public by @webknjaz in #507
    Drop support for nptyping by @gaborbernat in #514
   2024-10-19 13:26:30 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-sphinx-autodoc-typehints: add bug report about test failure
   2024-10-19 13:16:09 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 2.5.0.

Fix the type checker by @gaborbernat in #493
Apply typehints_formatter to signature by @Priyansh121096 in #494
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-09-22 18:52:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 2.4.4.

 [pre-commit.ci] pre-commit autoupdate (#484)
 Improve the CI (#485)
 Update README.md
 Fix broken link in README
 Link to API directly
   2024-09-13 18:55:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: updated to 2.4.1

2.4.1

Fix placement of return type when there is a doctest