14
0
forked from pool/python-Sphinx

- update to 3.5.4:

* #9071: Restrict docutils to 0.16
  * #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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=179
This commit is contained in:
2021-04-16 07:10:26 +00:00
committed by Git OBS Bridge
parent 9ac36c5ef2
commit 6530faba08
7 changed files with 32 additions and 21 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 16 07:02:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.5.4:
* #9071: Restrict docutils to 0.16
* #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
-------------------------------------------------------------------
Tue Apr 6 01:32:14 UTC 2021 - Dirk Müller <dmueller@suse.com>