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) | |
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) | |
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) | |
Log message: py-sphinx-autodoc-typehints: updated to 2.4.1 2.4.1 Fix placement of return type when there is a doctest |
2024-09-11 21:29:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-sphinx-autodoc-typehints: updated to 2.4.0 2.4.0 Drop 3.9 support Add 3.13 support Bump dependencies |
2024-09-07 07:25:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sphinx-autodoc-typehints: updated to 2.3.0 2.3.0 Add module name rewrite configuration option |
2024-08-10 10:03:51 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-sphinx-autodoc-typehints: not for Python 3.9 |
2024-07-21 11:30:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-sphinx-autodoc-typehints: update to 2.2.3. Fix mypy errors due to unneeded type ignores by @hoodmane in #469 Fix rendering when docstring starst with a directive by @hoodmane in #468 |
2024-06-26 19:15:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-sphinx-autodoc-typehints: update to 2.2.2. 2.2.2 What's Changed Fix for Issue #384: typehints_defaults = "braces-after" fails for \ a multiline :param: entry by @tikuma-lsuhsc in #464 2.2.1 What's Changed Fix issue #462 and another alias processing bug by @tikuma-lsuhsc in #463 2.2.0 What's Changed Support autodoc_type_aliases configuration by @tikuma-lsuhsc in #459 |