Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_classmethod

Fix #10421: autodoc_preserve_defaults doesn't work on class methods
This commit is contained in:
Takeshi KOMIYA
2022-05-08 23:19:10 +09:00
committed by GitHub
4 changed files with 29 additions and 1 deletions

View File

@@ -99,6 +99,8 @@ Bugs fixed
function
* #10305: autodoc: Failed to extract optional forward-ref'ed typehints correctly
via :confval:`autodoc_type_aliases`
* #10421: autodoc: :confval:`autodoc_preserve_defaults` doesn't work on class
methods
* #10214: html: invalid language tag was generated if :confval:`language`
contains a country code (ex. zh_CN)
* #9974: html: Updated jQuery version from 3.5.1 to 3.6.0