Add requirements.txt to docs reqs

zaqar-ui doc generated the module reference,
so requirements.txt should be here to apply upper-constraints.

Change-Id: I4b20cfe3807e26a664dfc8e2ed656d9fac28a09b
This commit is contained in:
Akihiro Motoki 2019-12-28 23:19:19 +09:00
parent c400dac381
commit e5903ae8e4

View File

@ -82,6 +82,9 @@ commands =
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
# zaqar-ui doc generated the module reference,
# so requirements.txt should be here to apply upper-constraints
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands=
sphinx-build -W -b html doc/source doc/build/html