Remove install unnecessary package

The docs  requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.

Change-Id: I22d0a35bce8e43a0fbd2c212ac474a849a7f27ea
This commit is contained in:
kuangcx 2020-09-27 09:09:38 +08:00
parent bad642bb13
commit 1da32ad7ea
1 changed files with 0 additions and 1 deletions

View File

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