소스 검색

RTD theme: PEBKAC, we want to _enable_ collapse_navigation

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

+ 1 - 1
conf.py

@@ -56,7 +56,7 @@ if not on_rtd:  # only import and set the theme if we're building docs locally
 
 # Theme options
 html_theme_options = {
-  "collapse_navigation": "False",
+  "collapse_navigation": "True",
 }
 
 # Output file base name for HTML help builder