Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods

This commit is contained in:
Takeshi KOMIYA
2021-10-30 02:01:38 +09:00
parent 4c91c038b2
commit 3c5b31b50d
3 changed files with 24 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ Bugs fixed
* #9755: autodoc: memory addresses are shown for aliases
* #9752: autodoc: Failed to detect type annotation for slots attribute
* #9756: autodoc: Crashed if classmethod does not have __func__ attribute
* #9757: autodoc: :confval:`autodoc_inherit_docstrings` does not effect to
overriden classmethods
* #9630: autosummary: Failed to build summary table if :confval:`primary_domain`
is not 'py'
* #9670: html: Fix download file with special characters