Support Docutils 0.21 (#12267)

This commit is contained in:
Adam Turner 2024-04-12 19:42:15 +01:00 committed by GitHub
parent 6419d31bef
commit b4cccb70f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ Release 7.3.0 (in development)
Dependencies
------------
* #11411: Support `Docutils 0.21`_. Patch by Adam Turner.
.. _Docutils 0.21: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09
Incompatible changes
--------------------

View File

@ -64,7 +64,7 @@ dependencies = [
"sphinxcontrib-qthelp",
"Jinja2>=3.0",
"Pygments>=2.14",
"docutils>=0.18.1,<0.21",
"docutils>=0.18.1,<0.22",
"snowballstemmer>=2.0",
"babel>=2.9",
"alabaster~=0.7.14",