From 53336b82a332c49c9f6ddcc2e972dc72ffd83672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:50:25 +0100 Subject: [PATCH] test themes option --- source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index c07b275..5acfd6e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,7 +34,9 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'navigation_depth': 4, + 'collapse_navigation': False, + 'sticky_navigation': True, + 'navigation_depth': -1, 'includehidden': True, 'titles_only': False }