소스 검색

RTD theme: Try to disable collapse_navigation

Rémi Verschelde 9 년 전
부모
커밋
7647a7cf66
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      conf.py

+ 5 - 0
conf.py

@@ -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_path = [sphinx_rtd_theme.get_html_theme_path()]
 
+# Theme options
+html_theme_options = {
+  "collapse_navigation": "False",
+}
+
 # Output file base name for HTML help builder
 htmlhelp_basename = 'GodotEnginedoc'