Merge branch '5.0.x' into 9096_fix_progress_bar_on_parallel_build

This commit is contained in:
Takeshi KOMIYA
2022-05-22 15:23:31 +09:00
143 changed files with 407 additions and 313 deletions

26
CHANGES
View File

@@ -1,24 +1,3 @@
Release 5.1.0 (in development)
==============================
Dependencies
------------
Incompatible changes
--------------------
Deprecated
----------
Features added
--------------
Bugs fixed
----------
Testing
--------
Release 5.0.0 beta2 (in development)
====================================
@@ -39,6 +18,11 @@ Bugs fixed
* #9575: autodoc: The annotation of return value should not be shown when
``autodoc_typehints="description"``
* #9648: autodoc: ``*args`` and ``**kwargs`` entries are duplicated when
``autodoc_typehints="description"``
* #10443: epub: EPUB builder can't detect the mimetype of .webp file
* #10456: py domain: ``:meta:`` fields are displayed if docstring contains two
or more meta-field
* #9096: sphinx-build: the value of progress bar for paralle build is wrong
Testing