RTD theme: Try to disable collapse_navigation

This commit is contained in:
Rémi Verschelde 2016-07-07 15:34:44 +02:00 committed by GitHub
parent a041c6d2a8
commit 7647a7cf66
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ if not on_rtd: # only import and set the theme if we're building docs locally
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Theme options
html_theme_options = {
"collapse_navigation": "False",
}
# Output file base name for HTML help builder # Output file base name for HTML help builder
htmlhelp_basename = 'GodotEnginedoc' htmlhelp_basename = 'GodotEnginedoc'