Remove install unnecessary packages

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

Change-Id: I4446298133aca53d19ba1b8b6209e6adbd92a031
This commit is contained in:
maaoyu 2020-09-25 10:01:42 +08:00
parent 06d90c2d1f
commit d8475a1a3c

View File

@ -18,7 +18,6 @@ commands = {posargs}
basepython = python3
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 -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html