From 1120911e96248bd39e0de43cd147753e996e8825 Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 27 Jul 2016 01:39:27 -0400 Subject: [PATCH] Fix tox.ini for docs venv In 'docs' venv, we are using 'rm' command without specifying that 'bash' should be provisioned in the venv. This patch fixes it thus removes the warning when building docs. Change-Id: I0ef63d930c007d7a479a32f55c273771f4e904e4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index a23cacf43..11ce1470f 100644 --- a/tox.ini +++ b/tox.ini @@ -83,6 +83,8 @@ commands = python setup.py build_sphinx sphinx-build -W -b html api-ref/source api-ref/build/html +whitelist_externals = rm + [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html