Merge "Eliminate warnings about rm in api-ref build"

This commit is contained in:
Jenkins 2016-05-17 09:46:24 +00:00 committed by Gerrit Code Review
commit 146f275b7b

View File

@ -76,9 +76,10 @@ commands =
# we do not used -W here because we are doing some slightly tricky
# things to build a single page document, and as such, we are ok
# ignoring the duplicate stanzas warning.
whitelist_externals = bash
install_command = pip install -U --force-reinstall {opts} {packages}
commands =
rm -rf api-ref/build
bash -c 'rm -rf api-ref/build'
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
[testenv:releasenotes]