summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-02 11:03:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-02 11:03:33 -0400
commitf241ca6050ffc5e3d285b1af290b69f38e3eb21b (patch)
tree7c7a0561f0c9b4574adddc730fc5e094dde66a24 /tox.ini
parentb0c8d08d9d1bd16720113898690f4bc99c8288e9 (diff)
downloadpython-coveragepy-git-f241ca6050ffc5e3d285b1af290b69f38e3eb21b.tar.gz
Use doc8 for some light checking of doc files
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 95c307ab..9289ab2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,6 +74,7 @@ basepython = pypy3-5.2
# return.
deps = -rdoc/requirements.pip
commands =
+ doc8 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