Support Docutils 0.19 (#10656)

This commit is contained in:
Adam Turner
2022-07-12 22:47:02 +01:00
committed by GitHub
parent 9112cfeb8d
commit b3e03d9d07
2 changed files with 5 additions and 1 deletions

View File

@@ -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
--------------------

View File

@@ -20,7 +20,7 @@ install_requires = [
'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',