mirror of https://github.com/kivy/kivy.git
Make sure to pin a specific (or compatible) version of `sphinx` and related dependencies (#8715)
This commit is contained in:
parent
bde597c574
commit
0c374c7cf6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue