summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-09 21:00:04 +0100
committerGitHub <noreply@github.com>2023-05-09 21:00:04 +0100
commitdb546189ce1d2a345f4399367ced6ecdd538be5d (patch)
treeecf5386a73034ebf0c3059fc97e71d484d9de21e
parent8942a1dddf2355928f088d6b631db8658034eaae (diff)
downloadsphinx-git-db546189ce1d2a345f4399367ced6ecdd538be5d.tar.gz
Support Docutils 0.20 (#11411)
-rw-r--r--CHANGES4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6cc80e91e..631ec3b7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@ Release 7.0.1 (in development)
Dependencies
------------
+* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
+
+.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
+
Incompatible changes
--------------------
diff --git a/pyproject.toml b/pyproject.toml
index 424af4938..7b48d4efe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -62,7 +62,7 @@ dependencies = [
"sphinxcontrib-qthelp",
"Jinja2>=3.0",
"Pygments>=2.13",
- "docutils>=0.18.1,<0.20",
+ "docutils>=0.18.1,<0.21",
"snowballstemmer>=2.0",
"babel>=2.9",
"alabaster>=0.7,<0.8",