test themes option
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Michaël Ricart 2025-02-17 10:57:16 +01:00
parent 77e75b379f
commit 2202d8b597

View file

@ -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,
}