diff options
author | yushangbin <yushb@gohighsec.com> | 2017-08-01 10:27:07 +0800 |
---|---|---|
committer | yushangbin <yushb@gohighsec.com> | 2017-08-01 10:27:07 +0800 |
commit | e3ac8989615df0b36f06cd9eabacd071d32249b8 (patch) | |
tree | e8ffe632e2dd4911feb873d2c5861101ea71e921 /tox.ini | |
parent | 8cf7c996036e5e55f095fe8741e4ba5950635514 (diff) | |
download | ironic-e3ac8989615df0b36f06cd9eabacd071d32249b8.tar.gz |
Remove install-guide env which is no longer effective
The install-guide directory was moved to doc/source directory when
migrating docs.
Change-Id: I61f295e3ca771f38290e5b9814c1cda7659154fc
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -90,9 +90,6 @@ commands = {toxinidir}/tools/check-releasenotes.py 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:venv] setenv = PYTHONHASHSEED=0 commands = {posargs} |