From 8d6177c07eae5a61fede1ef78ba20b9a74ddb312 Mon Sep 17 00:00:00 2001 From: halcy Date: Sat, 19 Nov 2022 00:28:25 +0200 Subject: Document "rules" attribute, make docs maybe a bit better --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') 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 # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + "collapse_navigation": False, + "navigation_depth": -1 +} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -- cgit v1.2.3