Install requirements for doc build

... to avoid the failure caused by missing dependencies.

Change-Id: Idbf5f7fefc5cf9f8fbeba6c4c64e70acc0dcb613
This commit is contained in:
Takashi Kajinami 2024-02-19 03:10:24 +09:00
parent 9883376a86
commit 1750cda55e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ commands =
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html