From 2822f8c8639c6f716e44ae32da44fb101e5e1b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:47:56 +0100 Subject: [PATCH] test themes option --- source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 742f616..c07b275 100644 --- a/source/conf.py +++ b/source/conf.py @@ -33,4 +33,8 @@ html_static_path = ['_static'] html_css_files = [ 'css/custom.css', ] - +html_theme_options = { + 'navigation_depth': 4, + 'includehidden': True, + 'titles_only': False +}