Fix #7807: autodoc: wrong signature is shown for the function using contextmanager

This commit is contained in:
Takeshi KOMIYA
2020-06-14 01:19:21 +09:00
parent b3affa6949
commit d77622ba79
4 changed files with 38 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ Bugs fixed
* #7808: autodoc: Warnings raised on variable and attribute type annotations
* #7802: autodoc: EOFError is raised on parallel build
* #7807: autodoc: wrong signature is shown for the function using contextmanager
* #7812: autosummary: generates broken stub files if the target code contains
an attribute and module that are same name
* #7811: sphinx.util.inspect causes circular import problem