summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e9fb620c..f7d47896 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,8 +58,8 @@ basepython = pypy4.0
# return.
deps = -rdoc/requirements.pip
commands =
- rst2html.py --strict CHANGES.rst /dev/null
- rst2html.py --strict README.rst /dev/null
+ rst2html.py --strict CHANGES.rst doc/_build/trash
+ rst2html.py --strict README.rst doc/_build/trash
sphinx-build -aEnq doc doc/_build/html
sphinx-build -aEnQW doc doc/_build/html