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

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


Branch: CURRENT, Version: 2.0.1, Package name: py311-sphinx-autodoc-typehints-2.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: 37.906 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 20:12:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: updated to 2.0.1

2.0.1

Extend linter/formatter rules
Fix the CI
Add missing option to readme
Return injection fix
   2024-02-13 18:53:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 2.0.0.

Add option to force unions (and options) to be rendered with bars
by @hoodmane in #418 (on by default, hence major version bump)
   2024-01-27 08:44:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-autodoc-typehints: updated to 1.25.3

1.25.3

Stop parsing from overwriting Sphinx configuration
   2023-11-11 11:01:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: updated to 1.25.2

1.25.2
ENH Make types in signature respect typehints_fully_qualified

1.25.1
FIX Put a slash space between xref and type args

1.25.0
ENH Add a css wrapper to generated types
   2023-11-07 23:13:29 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 1.24.1.

1.24.1

fix: Recursively evaluate guarded code by @Mr-Pepe in #393

1.24.0

Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #369
Drop typed-ast as is no longer maintained/used by @gaborbernat in #373
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-06 00:07:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 1.23.3.

What's Changed

    [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #362
    [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #364
    Fix type guard handling for classes by @gaborbernat in #365