Merge branch '4.x' into 9529_named_footnotes_in_latex

This commit is contained in:
Takeshi KOMIYA
2022-02-11 13:08:26 +09:00
134 changed files with 1037 additions and 1028 deletions

View File

@@ -24,6 +24,8 @@ Bugs fixed
----------
* #10133: autodoc: Crashed when mocked module is used for type annotation
* #10146: autodoc: :confval:`autodoc_default_options` does not support
``no-value`` option
* #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred
multiple times was rendered to a question mark
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
@@ -50,6 +52,9 @@ Features added
Bugs fixed
----------
* #9876: autodoc: Failed to document an imported class that is built from native
binary module
Testing
--------