mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #7331: autodoc: a cython-function is not recognized as a function
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user