From e3ac8989615df0b36f06cd9eabacd071d32249b8 Mon Sep 17 00:00:00 2001 From: yushangbin <yushb@gohighsec.com> Date: Tue, 1 Aug 2017 10:27:07 +0800 Subject: [PATCH] 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 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index fc9ad55c7e..a34dc557ef 100644 --- a/tox.ini +++ b/tox.ini @@ -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}