Merge "Docs build: Add requirements.txt to deps"

This commit is contained in:
Zuul 2023-03-06 11:13:59 +00:00 committed by Gerrit Code Review
commit dcd0d1a1ee
1 changed files with 1 additions and 0 deletions

View File

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