From 42978e7b4d4ef92c2c668e968acf4d84194b99d0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 Oct 2016 11:19:15 -0400 Subject: doc8 should really be more quiet. --- doc/requirements.pip | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1