Merge "Add mitogen to the docs requirements"

This commit is contained in:
Zuul 2021-05-20 15:50:15 +00:00 committed by Gerrit Code Review
commit 2980a962a0
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ envdir = {toxworkdir}/docs
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-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
[testenv:pdf-docs]