diff options
Diffstat (limited to 'doc/requirements.pip')
-rw-r--r-- | doc/requirements.pip | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 71b17134..8e3eed52 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,10 +2,8 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ +doc8==0.8.0 pyenchant==2.0.0 -sphinx==1.7.6 +sphinx==1.8.1 sphinxcontrib-spelling==4.2.0 -sphinx_rtd_theme==0.4.1 - -# A version of doc8 with a -q flag. -git+https://github.com/nedbat/doc8.git#egg=doc8==0.0 +sphinx_rtd_theme==0.4.2 |