mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Restrict Sphinx version in tests
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -8,6 +8,8 @@ deps =
|
|||||||
py34: typing
|
py34: typing
|
||||||
# numpydoc for typing scipy stack
|
# numpydoc for typing scipy stack
|
||||||
numpydoc
|
numpydoc
|
||||||
|
# sphinx, a dependency of numpydoc, dropped Python 2 support in version 2.0
|
||||||
|
sphinx < 2.0
|
||||||
cov: coverage
|
cov: coverage
|
||||||
# Overwrite the parso version (only used sometimes).
|
# Overwrite the parso version (only used sometimes).
|
||||||
# git+https://github.com/davidhalter/parso.git
|
# git+https://github.com/davidhalter/parso.git
|
||||||
|
|||||||
Reference in New Issue
Block a user