From 2ab7b82a828f27ad8e139108057d3e9b193f4259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 11:20:15 +0100 Subject: [PATCH] tests --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 3b295f1..177993f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -37,6 +37,6 @@ html_theme_options = { 'navigation_depth': -1, 'sticky_navigation': False, 'collapse_navigation': False, - 'globaltoc_collapse': False, + 'globaltoc_collapse': True, 'globaltoc_maxdepth': -1, }