Remove install unnecessary packages

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

Change-Id: I2f6d873d299c168177ea94259c6b5b590011d3d9
This commit is contained in:
maaoyu 2020-09-23 14:54:02 +08:00
parent 4bfdc64960
commit f64c1ea5b3
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ commands = {posargs}
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -v -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html