Close #2815: autodoc: Support singledispatch functions

This commit is contained in:
Takeshi KOMIYA
2018-02-03 13:44:17 +09:00
parent 0e89979355
commit 961b4d1545
6 changed files with 111 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ Features added
* #6830: autodoc: consider a member private if docstring contains
``:meta private:`` in info-field-list
* #7165: autodoc: Support Annotated type (PEP-593)
* #2815: autodoc: Support singledispatch functions
* #6558: glossary: emit a warning for duplicated glossary entry
* #3106: domain: Register hyperlink target for index page automatically
* #6558: std domain: emit a warning for duplicated generic objects