Merge "Reuse the docs deps to benefit from constraints"
This commit is contained in:
commit
80b5852fb3
4
tox.ini
4
tox.ini
@ -81,7 +81,9 @@ import_exceptions = ironic_inspector.common.i18n
|
||||
[testenv:docs]
|
||||
setenv = PYTHONHASHSEED=0
|
||||
sitepackages = False
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user