Make sure to pin a specific (or compatible) version of `sphinx` and related dependencies (#8715)

This commit is contained in:
Mirko Galimberti 2024-05-04 10:56:27 +02:00 committed by GitHub
parent bde597c574
commit 0c374c7cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ dev =
pytest-timeout pytest-timeout
pytest-benchmark pytest-benchmark
pyinstaller pyinstaller
sphinx<=6.2.1 sphinx~=6.2.1
sphinxcontrib-jquery sphinxcontrib-jquery~=4.1
kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32" kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"
kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32" kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32"
kivy_deps.glew_dev~=0.3.1; sys_platform == "win32" kivy_deps.glew_dev~=0.3.1; sys_platform == "win32"