From 2202d8b5975593675da868731134aa6a7b093353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:57:16 +0100 Subject: [PATCH] test themes option --- source/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/conf.py b/source/conf.py index c28918e..ce2bf82 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,9 +34,5 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'collapse_navigation': True, - 'sticky_navigation': True, - 'navigation_depth': -1, - 'includehidden': True, - 'titles_only': False + 'navigation_depth': 5, }