Remove install-guide env which is no longer effective

The install-guide directory was moved to doc/source directory when
migrating docs.

Change-Id: I11fde72389c9be59b4f3285574e898391c3534f0
This commit is contained in:
yushangbin 2017-07-31 17:04:26 +08:00
parent 85bd657277
commit 14983c7334
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ commands = oslopolicy-sample-generator --config-file etc/oslo-policy-generator/m
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:install-guide]
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:api-ref]
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.