summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 20:54:54 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 20:54:54 +0200
commite53fca86bbdfa5496ec4695f6c651e31d49214e5 (patch)
tree9b1b5f41838bf98fb6aef9fca55fcc1ff3a62209 /tox.ini
parent8e81cb6b126a8ffc9d5ff492b84beb6b2e8bc3fc (diff)
downloadsphinx-e53fca86bbdfa5496ec4695f6c651e31d49214e5.tar.gz
Be quiet when building docs for tox.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2c3ddfdf..1d26ac35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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=