diff options
Diffstat (limited to 'doc/requirements.pip')
-rw-r--r-- | doc/requirements.pip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 6d889177..b8a55afd 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,12 +2,12 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -doc8==0.8.0 -pyenchant==2.0.0 +doc8==0.8.1 +pyenchant==3.1.1 sphinx==2.4.3 -sphinx-rst-builder==0.0.1 -sphinxcontrib-spelling==4.3.0 -sphinx_rtd_theme==0.4.3 +sphinx-rst-builder==0.0.3 +sphinxcontrib-spelling==5.1.2 +sphinx_rtd_theme==0.5.0 sphinx-autobuild==0.7.1 # Our own fork that allows linkcheck to work: git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs |