Explorar o código

RTD theme: PEBKAC, we want to _enable_ collapse_navigation

Rémi Verschelde %!s(int64=9) %!d(string=hai) anos
pai
achega
8976f4de32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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