./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.0, Package name: py311-sphinx-autodoc-typehints-2.0.0, 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.062 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-07-01 13:31:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autodoc-typehints: update to 1.23.2.

1.23.2

What's Changed

    Test against 3.12 beta 2 by @gaborbernat in #360
    Remove dependency on itself from pyproject.toml by @0-wiz-0 in #361

1.23.1

What's Changed

    Fix broken github link in README.md by @thisch in #346
    Bump deps and tools by @gaborbernat in #348
    Add trusted-publish by @gaborbernat in #350
    Add 3.12 support by @gaborbernat in #352
    Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #354
    Use ruff by @gaborbernat in #359