Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature

This commit is contained in:
Takeshi KOMIYA
2019-05-26 00:20:44 +09:00
parent 6e795a05be
commit 0ea380eddd
5 changed files with 85 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ Features added
* #744: autodoc: Support abstractmethod
* #6325: autodoc: Support attributes in __slots__. For dict-style __slots__,
autodoc considers values as a docstring of the attribute
* #6361: autodoc: Add :confval:`autodoc_typehints` to suppress typehints from
signature
* #6212 autosummary: Add :confval:`autosummary_imported_members` to display
imported members on autosummary
* #6271: ``make clean`` is catastrophically broken if building into '.'