mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #8443: autodata directive does not support PEP-526 ivars
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -14,6 +14,7 @@ Deprecated
|
||||
----------
|
||||
|
||||
* The ``follow_wrapped`` argument of ``sphinx.util.inspect.signature()``
|
||||
* ``sphinx.ext.autodoc.DataDeclarationDocumenter``
|
||||
* ``sphinx.util.requests.is_ssl_error()``
|
||||
|
||||
Features added
|
||||
@@ -42,6 +43,8 @@ Bugs fixed
|
||||
is decorated
|
||||
* #8434: autodoc: :confval:`autodoc_type_aliases` does not effect to variables
|
||||
and attributes
|
||||
* #8443: autodoc: autodata directive can't create document for PEP-526 based
|
||||
type annotated variables
|
||||
* #8419: html search: Do not load ``language_data.js`` in non-search pages
|
||||
|
||||
Testing
|
||||
|
||||
Reference in New Issue
Block a user