Fix #7850: autodoc: KeyError is raised for invalid mark up

This commit is contained in:
Takeshi KOMIYA
2020-06-21 17:53:04 +09:00
parent da395b4132
commit 4e739b85ee
3 changed files with 20 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ Bugs fixed
* #7844: autodoc: Failed to detect module when relative module name given
* #7856: autodoc: AttributeError is raised when non-class object is given to
the autoclass directive
* #7850: autodoc: KeyError is raised for invalid mark up when autodoc_typehints
is 'description'
Testing
--------