mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -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 '.'
|
||||
|
||||
Reference in New Issue
Block a user