mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
2
CHANGES
2
CHANGES
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user