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

This commit is contained in:
Michaël Ricart 2025-02-17 10:52:34 +01:00
parent 53336b82a3
commit 77e75b379f

View file

@ -34,7 +34,7 @@ html_css_files = [
'css/custom.css',
]
html_theme_options = {
'collapse_navigation': False,
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': -1,
'includehidden': True,