diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 21:28:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 21:28:56 -0500 |
commit | ab1a388df988b9b88366b8ffea323c498f500400 (patch) | |
tree | 534a96ca6de4d6f8b8f531e3957e02f24ac2176f | |
parent | 8243b70daeb5b3072bcbe17361ca17539719da11 (diff) | |
download | python-coveragepy-ab1a388df988b9b88366b8ffea323c498f500400.tar.gz |
Fix doc building so that directories are created
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,10 +58,10 @@ basepython = pypy4.0 # return. deps = -rdoc/requirements.pip commands = - 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 + rst2html.py --strict CHANGES.rst doc/_build/trash + rst2html.py --strict README.rst doc/_build/trash # Yes, pep8 will read its settings from tox.ini! [pep8] |