Skip to content

Commit

Permalink
Merge pull request #8342 from Repiteo/disable-tab-collapse
Browse files Browse the repository at this point in the history
Disable collapsing tabs for codeblocks
  • Loading branch information
mhilbrunner committed Nov 11, 2023
1 parent 5aaa664 commit 48e40cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# we can ignore this so we still can treat other warnings as errors.
sphinx_tabs_nowarn = True

# Disable collapsing tabs for codeblocks.
sphinx_tabs_disable_tab_closing = True

# Custom 4O4 page HTML template.
# https://github.com/readthedocs/sphinx-notfound-page
notfound_context = {
Expand Down

0 comments on commit 48e40cc

Please sign in to comment.