Merge branch '3.x'

This commit is contained in:
Takeshi KOMIYA
2021-04-11 20:30:40 +09:00
8 changed files with 62 additions and 32 deletions

28
CHANGES
View File

@@ -134,14 +134,12 @@ Bugs fixed
Testing
--------
Release 3.5.4 (in development)
Release 3.5.5 (in development)
==============================
Dependencies
------------
* #9071: Restrict docutils to 0.16
Incompatible changes
--------------------
@@ -154,14 +152,28 @@ Features added
Bugs fixed
----------
* #9078: autodoc: Async staticmethods and classmethods are considered as non
async coroutine-functions with Python3.10
* #8870: The style of toctree captions has been changed with docutils-0.17
* #9001: The style of ``sidebar`` directive has been changed with docutils-0.17
Testing
--------
Release 3.5.4 (released Apr 11, 2021)
=====================================
Dependencies
------------
* #9071: Restrict docutils to 0.16
Bugs fixed
----------
* #9078: autodoc: Async staticmethods and classmethods are considered as non
async coroutine-functions with Python3.10
* #8870, #9001, #9051: html theme: The style are not applied with docutils-0.17
- toctree captions
- The content of ``sidebar`` directive
- figures
Release 3.5.3 (released Mar 20, 2021)
=====================================