summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-01 08:16:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-01 08:16:06 -0500
commita52e3caaa7343ff73ba1151012cb7fa8cc5e133c (patch)
tree2f49613deb115c451e5fd7c1ec9d4c201459c9d6 /tox.ini
parentb9524a8e4385df1357b4aeeb16e3bfdf7730e122 (diff)
downloadpython-coveragepy-a52e3caaa7343ff73ba1151012cb7fa8cc5e133c.tar.gz
Stop maintaining two separate change histories
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 331df3b..52dadd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,5 +67,5 @@ commands =
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
- rst2html.py --strict CHANGES.rst doc/_build/trash
+ sphinx-build -b html -a -E doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash