diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-23 17:01:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-23 17:01:52 -0400 |
commit | 9f28131f9c8c323c055879a05216212f3cdcbb5b (patch) | |
tree | 00d4794df866a26580b35583c6b0501c7999739b | |
parent | dc02256019bcf6a30964e09afe6f49f7e633fa42 (diff) | |
download | python-coveragepy-git-nedbat/fix-sphinx.tar.gz |
Does this fix it?nedbat/fix-sphinx
-rw-r--r-- | doc/requirements.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index fb47cd29..e119d0cc 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -6,7 +6,7 @@ doc8==0.8.1 pyenchant==3.1.1 sphinx==3.2.1 sphinx-rst-builder==0.0.3 -sphinxcontrib-spelling==5.3.0 +sphinxcontrib-spelling==5.4.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 |