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 1aa3047 commit 6c074b4Copy full SHA for 6c074b4
conf.py
@@ -25,6 +25,9 @@
25
# we can ignore this so we still can treat other warnings as errors.
26
sphinx_tabs_nowarn = True
27
28
+# Disable collapsing tabs for codeblocks.
29
+sphinx_tabs_disable_tab_closing = True
30
+
31
# Custom 4O4 page HTML template.
32
# https://github.com/readthedocs/sphinx-notfound-page
33
notfound_context = {
0 commit comments