summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-08 09:05:37 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-08 09:05:37 -0500
commitc0de8b05bc99ec863a04e4b032fa523f9594f131 (patch)
treed6a08677085700d861804da1bd1b8c1804abd646
parentc19462988424a0b893628530094ac7865b7d1165 (diff)
downloadpython-coveragepy-git-c0de8b05bc99ec863a04e4b032fa523f9594f131.tar.gz
sphinx-tabs needs to get along with linkcheck
-rw-r--r--doc/requirements.pip3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 3529fba3..c102984a 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -9,4 +9,5 @@ sphinx-rst-builder==0.0.1
sphinxcontrib-spelling==4.3.0
sphinx_rtd_theme==0.4.3
sphinx-autobuild==0.7.1
-sphinx-tabs==1.1.13
+# Our own fork that allows linkcheck to work:
+git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs