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