Shift doc requirements to doc/requirements.txt
We have doc requirements in the normal test-requirements list. This is causing problems for some sphinx related things which want python3 conflicting with our py27 test job. Change-Id: I1c4ddba56377097f1ebf39051a496577d38f0494
This commit is contained in:
parent
bbfcfe7d20
commit
47ceef043a
3
doc/requirements.txt
Normal file
3
doc/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
zuul-sphinx>=0.1.1
|
||||||
|
sphinxcontrib-blockdiag>=1.1.0
|
||||||
|
sphinxcontrib-seqdiag
|
@ -15,12 +15,9 @@ ansible>=2.5.1,<2.6 # https://review.openstack.org/567007
|
|||||||
# We need to pin ansible-lint to before 4.0 which blows up all over the place
|
# We need to pin ansible-lint to before 4.0 which blows up all over the place
|
||||||
ansible-lint<4
|
ansible-lint<4
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
zuul-sphinx>=0.1.1
|
|
||||||
stestr>=1.0.0 # Apache-2.0
|
stestr>=1.0.0 # Apache-2.0
|
||||||
# For upload-logs-swift:
|
# For upload-logs-swift:
|
||||||
openstacksdk>=0.17.1
|
openstacksdk>=0.17.1
|
||||||
requests
|
requests
|
||||||
requestsexceptions
|
requestsexceptions
|
||||||
bs4
|
bs4
|
||||||
sphinxcontrib-blockdiag>=1.1.0
|
|
||||||
sphinxcontrib-seqdiag
|
|
||||||
|
3
tox.ini
3
tox.ini
@ -22,6 +22,9 @@ deps = bindep
|
|||||||
commands = bindep test
|
commands = bindep test
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
deps =
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html
|
sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user