Indented two spaces to match the other things in this block

Change-Id: I87bd1cba830bd4c1de0136dd1f6b3636e74d12de
This commit is contained in:
likui 2021-05-19 11:50:59 +08:00
parent 66e9a6464d
commit 9e9293c5ce
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ commands = {posargs}
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
sphinx-build -W --keep-going -b html doc/source doc/build/html