[Doc] api-ref Environment Removal

Remove api-ref tox environment.

Depends-On: https://review.openstack.org/#/c/609817

Change-Id: I125ac3aa46a37e8975d6ca2965935b3aa26fbe16
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
This commit is contained in:
Abraham Arce 2018-10-11 10:05:10 -05:00 committed by Dean Troyer
parent 6d93be5276
commit f0cc9abd17
2 changed files with 0 additions and 12 deletions

3
.gitignore vendored
View File

@ -66,9 +66,6 @@ instance/
# Sphinx documentation
docs/_build/
# API Reference Guide
api-ref/build/
# PyBuilder
target/

View File

@ -19,15 +19,6 @@ deps =
commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
[testenv:api-ref]
basepython = python3
deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf api-ref/build
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
whitelist_externals = rm
[testenv:linters]
basepython = python3
whitelist_externals = bash