mirror of
https://opendev.org/x/pyghmi
synced 2025-01-13 11:17:47 +00:00
cdbdfa63d7
Replace obsolete sphinx-build job with tox-docs job, use a template for this. The newer job uses "tox -e docs" directly. Add sphinx requirements for python 3. Change-Id: I1acc55a470ebacce812ba6840663302d759f69b7
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
hacking>=1.1.0,<1.2.0
|
|
coverage>=4.0
|
|
fixtures>=3.0.0
|
|
python-subunit>=1.0.0
|
|
sphinx>=1.6.5,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx>=1.6.5;python_version>='3.4' # BSD
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios>=0.4
|
|
testtools>=2.2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|