diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
| commit | f241ca6050ffc5e3d285b1af290b69f38e3eb21b (patch) | |
| tree | 7c7a0561f0c9b4574adddc730fc5e094dde66a24 /tox.ini | |
| parent | b0c8d08d9d1bd16720113898690f4bc99c8288e9 (diff) | |
| download | python-coveragepy-git-f241ca6050ffc5e3d285b1af290b69f38e3eb21b.tar.gz | |
Use doc8 for some light checking of doc files
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
