From 9a47864ba0a504007cb52e95feaf28b3ac045d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 11:33:27 +0100 Subject: [PATCH] tests --- source/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/conf.py b/source/conf.py index d34ba74..5d4d4bc 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,9 +34,7 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'navigation_depth': 1, - 'sticky_navigation': False, + # Toc options 'collapse_navigation': False, - 'globaltoc_collapse': True, - 'globaltoc_maxdepth': 1, + 'navigation_depth': -1, }