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)
This commit is contained in:
Benjamin Balder Bach 2023-02-01 19:18:05 +01:00 committed by GitHub
parent 6444ca8930
commit cd99c0f284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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