We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf2a06 commit 804d88eCopy full SHA for 804d88e
doc/conf.py
@@ -232,6 +232,9 @@
232
r"https://coverage.readthedocs.io/en/coverage-{}$".format(release),
233
]
234
235
+# https://github.com/executablebooks/sphinx-tabs/pull/54
236
+sphinx_tabs_valid_builders = ['linkcheck']
237
+
238
# When auto-doc'ing a class, only write the class' docstring into the class docs,
239
# don't automatically include the __init__ docstring.
240
autoclass_content = "class"
doc/requirements.pip
@@ -9,5 +9,4 @@ sphinx-rst-builder==0.0.3
9
sphinxcontrib-spelling==5.1.2
10
sphinx_rtd_theme==0.5.0
11
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
+sphinx-tabs==1.2.0
0 commit comments