Remove install unnecessary packages

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

Change-Id: Icde5901a633f78044f8bc6701cc980f2e9c5497a
This commit is contained in:
maaoyu 2020-09-24 09:13:34 +08:00
parent 2f1b1a601b
commit 45cd2f459a
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