2024-11-01 01:24:44 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-sphinx-autoapi: update to 3.3.3.
v3.3.3 (2024-10-25)
Bugfixes
Document packages and modules under a single "submodules" heading \
(#450)
Fix crash when __init__ is assigned to (#488)
Fix documenting incorrect attributes from __init__ (#497)
|
2024-10-19 13:14:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autoapi: update to 3.3.2.
v3.3.2 (2024-09-25)
-------------------
Bugfixes
^^^^^^^^
- Fix types missing from documentation generated by autodoc-style directives. (#473)
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-09-13 11:36:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autoapi: update to 3.3.1.
v3.3.1 (2024-09-01)
-------------------
Bugfixes
^^^^^^^^
- Fix all class members missing when documenting a module with the same name as \
a standard library module
Members inherited from the standard library can also have their skip value
overridden by autoapi-skip-member. (#478)
Misc
^^^^
- Updated all github actions.
v3.3.0 (2024-08-28)
-------------------
Features
^^^^^^^^
- Do not document members inherited from standard library classes. (#467)
Bugfixes
^^^^^^^^
- Fix instance attributes not being documented by inherited-members (#477)
Misc
^^^^
- #425
- Fix the parser returning a dictionary instead of a list in the empty parse scenario
- Rename testenvs to all follow similar naming style
|
2024-08-10 10:11:07 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-sphinx-autoapi: not for Python 3.9
|
2024-07-29 09:26:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autoapi: update to 3.2.1.
Fix error or duplicates definitions when __init__ assigns to a property (#466)
|
2024-07-21 11:28:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autoapi: update to 3.2.0.
v3.2.0 (2024-07-20)
-------------------
Features
^^^^^^^^
- functools.cached_property is considered a property (#436)
Bugfixes
^^^^^^^^
- Gracefully handle no objects being rendered (#448)
- Fix ignoring undocumented instance attributes (#451)
Deprecations and Removals
^^^^^^^^^^^^^^^^^^^^^^^^^
- Removed ability for autoapi_template_dir to be relative to cwd. This was \
supposed to have been retired in v3 (#457)
- Removed autoapi_include_summaries option. This was supposed to have been \
retired in v3
Misc
^^^^
- #428, #449
|
2024-06-26 19:13:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autoapi: update to 3.1.2.
v3.1.2 (2024-06-20)
-------------------
Bugfixes
^^^^^^^^
- Fix imported members being rendered in modules (#452)
|
2024-06-08 14:24:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-sphinx-autoapi: update to 3.1.1.
v3.1.1 (2024-05-22)
-------------------
Bugfixes
^^^^^^^^
- Fix private subpackages causing orphan pages (#446)
v3.1.0 (2024-05-20)
-------------------
Features
^^^^^^^^
- Objects can render to their own page (#226)
- Render PEP-695 type aliases as TypeAlias assignments. (#414)
Bugfixes
^^^^^^^^
- Values are always rendered for TypeAlises and PEP-695 type aliases. (#224)
- Fix submodule with `__init__.pyi` documented as `__init__` instead of \
submodule name (#398)
- Fix IndexError when a module docstring contains only a heading (#412)
- Preserve strings inside Literal type annotations (#423)
- Stopped using xrefs in page titles (#427)
- Fix unpickable configuration value warning when using \
autoapi_prepare_jinja_env (#445)
- Fix emitting ignore event twice for methods.
Misc
^^^^
- #388
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|