diff --git a/CHANGES b/CHANGES index 27af998a20f..7b76378906e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Release 5.1.0 (in development) Dependencies ------------ +* #10656: Support `Docutils 0.19`_. Patch by Adam Turner. + +.. _Docutils 0.19: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05 + Incompatible changes -------------------- diff --git a/setup.py b/setup.py index c0a4167400e..5c1296d615c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'sphinxcontrib-qthelp', 'Jinja2>=2.3', 'Pygments>=2.0', - 'docutils>=0.14,<0.19', + 'docutils>=0.14,<0.20', 'snowballstemmer>=1.1', 'babel>=1.3', 'alabaster>=0.7,<0.8',