Merge "Add mitogen to the docs requirements"
This commit is contained in:
commit
2980a962a0
3
tox.ini
3
tox.ini
@ -141,6 +141,9 @@ envdir = {toxworkdir}/docs
|
|||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
|
# NOTE(slaweq): mitogen is optional dependency of the pyroute2 and without it
|
||||||
|
# our docs job is failing
|
||||||
|
mitogen>=0.2.9
|
||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
|
Loading…
Reference in New Issue
Block a user