summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 14:39:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 14:39:35 -0500
commit3a1d33cc6d8546db9ee985ecc9e1f3dcfbf00b69 (patch)
tree5f012b05180ff52f97ccb3462218500a0f8c45b6
parentdb6822111306f54a3bb577fe57e6657902f77dd4 (diff)
downloadpython-coveragepy-git-3a1d33cc6d8546db9ee985ecc9e1f3dcfbf00b69.tar.gz
A better way to ignore the output of rst2html
-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