We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac326e commit a7ac325Copy full SHA for a7ac325
CHANGES
@@ -27,6 +27,8 @@ Bugs fixed
27
* #9509: autodoc: AttributeError is raised on failed resolving typehints
28
* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()``
29
and ``__new__()``
30
+* #9522: autodoc: PEP 585 style typehints having arguments (ex. ``list[int]``)
31
+ are not displayed well
32
* #9481: autosummary: some warnings contain non-existing filenames
33
* #9481: c domain: some warnings contain non-existing filenames
34
* #9481: cpp domain: some warnings contain non-existing filenames
0 commit comments