mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #10194 from Piralein/layoutfix
Remove the new "switch-menu" in sidebartitle
This commit is contained in:
5
conf.py
5
conf.py
@@ -170,6 +170,11 @@ html_theme_options = {
|
||||
"logo_only": True,
|
||||
# Collapse navigation (False makes it tree-like)
|
||||
"collapse_navigation": False,
|
||||
# Remove version and language picker beneath the title
|
||||
"version_selector": False,
|
||||
"language_selector": False,
|
||||
# Set Flyout menu to attached
|
||||
"flyout_display": "attached",
|
||||
}
|
||||
|
||||
html_title = supported_languages[language] % ( "(" + version + ")" )
|
||||
|
||||
Reference in New Issue
Block a user