Move sphinx + deps to doc/requirements.txt
Move all doc related requirements to a separate requirements.txt so that the tests do not install unneccessary dependencies. Change-Id: I276775ee2d038209f82bfb42dca386a2f5bf02f0
This commit is contained in:
4
doc/requirements.txt
Normal file
4
doc/requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
sphinx>=1.5.1,<1.6
|
||||
sphinxcontrib-programoutput
|
||||
sphinxcontrib-httpdomain
|
||||
reno>=2.5.0 # Apache-2.0
|
@@ -1,10 +1,6 @@
|
||||
# Nodepool uses hacking for its dependencies
|
||||
hacking>=0.10.2,<0.11
|
||||
coverage
|
||||
sphinx>=1.5.1,<1.6
|
||||
sphinxcontrib-programoutput
|
||||
sphinxcontrib-httpdomain
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
fixtures>=0.3.12
|
||||
mock>=1.0
|
||||
python-subunit
|
||||
|
Reference in New Issue
Block a user