From 5838e6aa545863fac10c08314f90feb6d7ac7757 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 29 Aug 2023 12:12:25 +0200 Subject: [PATCH] Add support for `docutils==0.20.x` (#1517) Closes #1516 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df5853e73..f44c0ac7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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