Merge branch '3.x' into 7650_undecorated_signature

This commit is contained in:
Takeshi KOMIYA
2020-05-16 14:56:54 +09:00
committed by GitHub
6 changed files with 48 additions and 11 deletions

View File

@@ -88,6 +88,10 @@ Bugs fixed
autodoc_typehints='description' mode
* #7551: autodoc: failed to import nested class
* #7362: autodoc: does not render correct signatures for built-in functions
* #7654: autodoc: ``Optional[Union[foo, bar]]`` is presented as
``Union[foo, bar, None]``
* #7629: autodoc: autofunction emits an unfriendly warning if an invalid object
specified
* #7650: autodoc: undecorated signature is shown for decorated functions
* #7551: autosummary: a nested class is indexed as non-nested class
* #7535: sphinx-autogen: crashes when custom template uses inheritance