From cd99c0f284449e63dc0aec2e0db26aeb9b00b3eb Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Wed, 1 Feb 2023 19:18:05 +0100 Subject: [PATCH] Do not use sphinxcontrib-jquery 3.0.0 but anticipate a fixed release (#1421) * Do not use sphinxcontrib-jquery but anticipate a fixed release * Only require sphinxcontrib-jquery on Python 3 (Sphinx 6 isn't released for 2.7) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 514f18164..b68065ef0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.* install_requires = sphinx >=1.6,<7 docutils <0.19 - sphinxcontrib-jquery >=3.0.0 + sphinxcontrib-jquery >=2.0.0,!=3.0.0 ; python_version > '3' tests_require = pytest