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