
Move documentation dependencies to doc/requirements.txt. Update tox.ini to run the documentation build the same way the zuul job does. Switch from oslosphinx, which is deprecated, to openstackdocstheme. Change-Id: I6ec358fecefcc6f88f498cf12cd45b77989f5c26 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=0.9.2,<0.10
|
|
|
|
coverage>=3.6
|
|
python-subunit
|
|
oslotest>=1.1.0.0a1
|
|
os-testr>=0.4.1
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.34
|