Path to this page:
./
textproc/py-sphinx-autodoc-typehints,
Type hints support for the Sphinx autodoc extension
Branch: CURRENT,
Version: 2.5.0,
Package name: py312-sphinx-autodoc-typehints-2.5.0,
Maintainer: minskimThis 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: 39.865 KB
Version history: (Expand)
- (2024-10-19) Updated to version: py312-sphinx-autodoc-typehints-2.5.0
- (2024-09-22) Updated to version: py312-sphinx-autodoc-typehints-2.4.4
- (2024-09-13) Updated to version: py312-sphinx-autodoc-typehints-2.4.1
- (2024-09-11) Updated to version: py312-sphinx-autodoc-typehints-2.4.0
- (2024-09-07) Updated to version: py312-sphinx-autodoc-typehints-2.3.0
- (2024-07-21) Updated to version: py311-sphinx-autodoc-typehints-2.2.3
CVS history: (Expand)
2024-04-21 17:46:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 2.1.0.
Support Sphinx 7.3 and drop 3.8 support by @gaborbernat in #448
|
2024-04-14 20:12:31 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|