Move Sphinx dependency out of package depedency (#17)
Contributes to https://github.com/cloudevents/sdk-python/issues/16 Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
This commit is contained in:
parent
7508d3cb2f
commit
3084ca5488
|
@ -0,0 +1 @@
|
||||||
|
Sphinx==1.8.2
|
|
@ -1,2 +1,2 @@
|
||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
Sphinx==1.8.2
|
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
-r{toxinidir}/docs-requirements.txt
|
||||||
commands = find . -type f -name "*.pyc" -delete
|
commands = find . -type f -name "*.pyc" -delete
|
||||||
whitelist_externals = find
|
whitelist_externals = find
|
||||||
rm
|
rm
|
||||||
|
|
Loading…
Reference in New Issue