From 77e75b379f0d32904380cde56441679435842c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:52:34 +0100 Subject: [PATCH] test themes option --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 5acfd6e..c28918e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,7 +34,7 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'collapse_navigation': False, + 'collapse_navigation': True, 'sticky_navigation': True, 'navigation_depth': -1, 'includehidden': True,