Fix #7331: autodoc: a cython-function is not recognized as a function

This commit is contained in:
Takeshi KOMIYA
2020-03-22 18:58:26 +09:00
parent 5138255665
commit 5c396b6325
5 changed files with 34 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ Bugs fixed
* #7267: autodoc: error message for invalid directive options has wrong location
* #7329: autodoc: info-field-list is wrongly generated from type hints into the
class description even if ``autoclass_content='class'`` set
* #7331: autodoc: a cython-function is not recognized as a function
* #5637: inheritance_diagram: Incorrect handling of nested class names
* #7139: ``code-block:: guess`` does not work
* #7325: html: source_suffix containing dot leads to wrong source link