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-benchmark
|
||||
pyinstaller
|
||||
sphinx<=6.2.1
|
||||
sphinxcontrib-jquery
|
||||
sphinx~=6.2.1
|
||||
sphinxcontrib-jquery~=4.1
|
||||
kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"
|
||||
kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32"
|
||||
kivy_deps.glew_dev~=0.3.1; sys_platform == "win32"
|
||||
|
|
Loading…
Reference in New Issue