mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Support Docutils 0.21 (#12267)
This commit is contained in:
parent
6419d31bef
commit
b4cccb70f7
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user