Fix #9384: autodoc_typehints='none' supports typehints for attributes

This commit is contained in:
Takeshi KOMIYA
2021-06-29 21:48:19 +09:00
parent b187ca0951
commit 2aef00d7bd
4 changed files with 65 additions and 11 deletions

View File

@@ -37,6 +37,8 @@ Features added
* #3014: autodoc: Add :event:`autodoc-process-bases` to modify the base classes
of the class definitions
* #9272: autodoc: Render enum values for the default argument value better
* #9384: autodoc: ``autodoc_typehints='none'`` now erases typehints for
variables, attributes and properties
* #3257: autosummary: Support instance attributes for classes
* #9129: html search: Show search summaries when html_copy_source = False
* #9307: html search: Prevent corrections and completions in search field