mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #8342 from Repiteo/disable-tab-collapse
Disable collapsing tabs for codeblocks
This commit is contained in:
committed by
Max Hilbrunner
parent
5aaa6648f0
commit
48e40ccf09
3
conf.py
3
conf.py
@@ -25,6 +25,9 @@ extensions = [
|
||||
# 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 = {
|
||||
|
||||
Reference in New Issue
Block a user