From f3b05246f69aba3a5150973222090e861fefb0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 11:10:33 +0100 Subject: [PATCH] debug nav bar --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index ce2bf82..8841a28 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,5 +34,6 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'navigation_depth': 5, + 'navigation_depth': -1, + 'collapse_navigation': False, }