Merge pull request #10021 from tk0miya/10015_typehints_format_with_typehints_in_description

Fix #10015: autodoc: autodoc_typehints_format='short' does not work when autodoc_typehints='description'
This commit is contained in:
Takeshi KOMIYA
2021-12-29 02:09:35 +09:00
committed by GitHub
5 changed files with 85 additions and 67 deletions

View File

@@ -62,6 +62,8 @@ Bugs fixed
* #9944: LaTeX: extra vertical whitespace for some nested declarations
* #9940: LaTeX: Multi-function declaration in Python domain has cramped
vertical spacing in latexpdf output
* #10015: py domain: types under the "typing" module are not hyperlinked defined
at info-field-list
* #9390: texinfo: Do not emit labels inside footnotes
* #9979: Error level messages were displayed as warning messages