Add support for docutils==0.20.x (#1517)

Closes #1516
This commit is contained in:
Manuel Kaufmann 2023-08-29 12:12:25 +02:00 committed by GitHub
parent d34b71bb09
commit 5838e6aa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ packages = sphinx_rtd_theme
python_requires = >=3.6
install_requires =
sphinx >=5,<8
docutils <0.19
docutils <0.21
sphinxcontrib-jquery >=4,<5
tests_require =
pytest