summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-02 11:19:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-02 11:19:15 -0400
commit42978e7b4d4ef92c2c668e968acf4d84194b99d0 (patch)
treea41ac145013652d57d11d783dd0846b9252d2e58
parentf241ca6050ffc5e3d285b1af290b69f38e3eb21b (diff)
downloadpython-coveragepy-git-42978e7b4d4ef92c2c668e968acf4d84194b99d0.tar.gz
doc8 should really be more quiet.
-rw-r--r--doc/requirements.pip4
-rw-r--r--tox.ini2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 3a8f6254..ff2a9d32 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -2,8 +2,10 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
-doc8==0.7.0
pyenchant==1.6.7
sphinx==1.4.5
sphinxcontrib-spelling==2.2.0
sphinx_rtd_theme==0.1.9
+
+# A version of doc8 with a -q flag.
+git+https://github.com/nedbat/doc8.git#egg=doc8==0.0
diff --git a/tox.ini b/tox.ini
index 9289ab2c..a8c48271 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,7 +74,7 @@ basepython = pypy3-5.2
# return.
deps = -rdoc/requirements.pip
commands =
- doc8 doc CHANGES.rst README.rst
+ doc8 -q 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