Skip to content

Commit 91369b5

Browse files
authored
Merge pull request godotengine#8342 from Repiteo/disable-tab-collapse
Disable collapsing tabs for codeblocks
2 parents 1aa3047 + 6c074b4 commit 91369b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# we can ignore this so we still can treat other warnings as errors.
2626
sphinx_tabs_nowarn = True
2727

28+
# Disable collapsing tabs for codeblocks.
29+
sphinx_tabs_disable_tab_closing = True
30+
2831
# Custom 4O4 page HTML template.
2932
# https://github.com/readthedocs/sphinx-notfound-page
3033
notfound_context = {

0 commit comments

Comments
 (0)