Be quiet when building docs for tox.

This commit is contained in:
Georg Brandl 2014-09-20 20:54:54 +02:00
parent e21d669089
commit b2c9d4b107

View File

@ -10,7 +10,7 @@ setenv =
BUILD_TEST_PATH = {envdir}/tests
commands=
{envpython} tests/run.py {posargs}
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
[testenv:py26]
deps=