aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c6fc0fb..6198b9b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -134,7 +134,10 @@ todo_include_todos = False
134# further. For a list of options available for each theme, see the 134# further. For a list of options available for each theme, see the
135# documentation. 135# documentation.
136# 136#
137# html_theme_options = {} 137html_theme_options = {
138 "collapse_navigation": False,
139 "navigation_depth": -1
140}
138 141
139# Add any paths that contain custom themes here, relative to this directory. 142# Add any paths that contain custom themes here, relative to this directory.
140# html_theme_path = [] 143# html_theme_path = []
Powered by cgit v1.2.3 (git 2.41.0)