Skip to content

Commit db54618

Browse files
authored
Support Docutils 0.20 (#11411)
1 parent 8942a1d commit db54618

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Release 7.0.1 (in development)
44
Dependencies
55
------------
66

7+
* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
8+
9+
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
10+
711
Incompatible changes
812
--------------------
913

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"sphinxcontrib-qthelp",
6363
"Jinja2>=3.0",
6464
"Pygments>=2.13",
65-
"docutils>=0.18.1,<0.20",
65+
"docutils>=0.18.1,<0.21",
6666
"snowballstemmer>=2.0",
6767
"babel>=2.9",
6868
"alabaster>=0.7,<0.8",

0 commit comments

Comments
 (0)