Skip to content

Commit 804d88e

Browse files
committed
A better way to fix sphinx-tabs
1 parent 1bf2a06 commit 804d88e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@
232232
r"https://coverage.readthedocs.io/en/coverage-{}$".format(release),
233233
]
234234

235+
# https://github.com/executablebooks/sphinx-tabs/pull/54
236+
sphinx_tabs_valid_builders = ['linkcheck']
237+
235238
# When auto-doc'ing a class, only write the class' docstring into the class docs,
236239
# don't automatically include the __init__ docstring.
237240
autoclass_content = "class"

doc/requirements.pip

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ sphinx-rst-builder==0.0.3
99
sphinxcontrib-spelling==5.1.2
1010
sphinx_rtd_theme==0.5.0
1111
sphinx-autobuild==0.7.1
12-
# Our own fork that allows linkcheck to work:
13-
git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs
12+
sphinx-tabs==1.2.0

0 commit comments

Comments
 (0)