diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 14:39:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 14:39:35 -0500 |
commit | 3a1d33cc6d8546db9ee985ecc9e1f3dcfbf00b69 (patch) | |
tree | 5f012b05180ff52f97ccb3462218500a0f8c45b6 | |
parent | db6822111306f54a3bb577fe57e6657902f77dd4 (diff) | |
download | python-coveragepy-git-3a1d33cc6d8546db9ee985ecc9e1f3dcfbf00b69.tar.gz |
A better way to ignore the output of rst2html
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |