Skip to content

Commit

Permalink
Do not use sphinxcontrib-jquery 3.0.0 but anticipate a fixed release (#…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
benjaoming committed Feb 1, 2023
1 parent 6444ca8 commit cd99c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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

Expand Down

0 comments on commit cd99c0f

Please sign in to comment.