mirror of https://github.com/kivy/kivy.git
Remove unused `sphinxcontrib-*diag` dependencies (and `funcparserlib`) (#8711)
This commit is contained in:
parent
53bed70326
commit
413533b216
|
@ -35,16 +35,6 @@ Install Sphinx
|
|||
Get pip (https://pypi.python.org/pypi/pip). You'll use it to install the dependencies.
|
||||
|
||||
To install pip, run ``python setup.py install`` in the pip directory. Now run:
|
||||
|
||||
|
||||
``pip install sphinxcontrib-blockdiag sphinxcontrib-seqdiag``
|
||||
|
||||
|
||||
``pip install sphinxcontrib-actdiag sphinxcontrib-nwdiag``
|
||||
|
||||
|
||||
Or just use the provided *doc-requirements.txt*:
|
||||
|
||||
|
||||
``pip install -r doc-requirements.txt``
|
||||
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
# Frozen Sphinx requirements for easier pip installation
|
||||
sphinxcontrib-actdiag
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-nwdiag
|
||||
sphinxcontrib-seqdiag
|
||||
|
||||
|
|
|
@ -37,12 +37,7 @@ dev =
|
|||
pytest-benchmark
|
||||
pyinstaller
|
||||
sphinx<=6.2.1
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-seqdiag
|
||||
sphinxcontrib-actdiag
|
||||
sphinxcontrib-nwdiag
|
||||
sphinxcontrib-jquery
|
||||
funcparserlib==1.0.0a0
|
||||
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