瀏覽代碼

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