diff options
-rw-r--r-- | doc/requirements.pip | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 26d03b8f..eea4c8f9 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,11 +3,10 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ doc8==0.8.1 -pyenchant==3.1.1 -sphinx==2.4.3 +pyenchant==3.2.0 +sphinx==3.3.1 sphinx-rst-builder==0.0.3 -# 5.x requires Sphinx 3 -sphinxcontrib-spelling==4.3.0 +sphinxcontrib-spelling==7.1.0 sphinx_rtd_theme==0.5.0 -sphinx-autobuild==0.7.1 -sphinx-tabs==1.2.0 +sphinx-autobuild==2020.9.1 +sphinx-tabs==1.3.0 |