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

This commit is contained in:
Michaël Ricart 2025-02-17 10:50:25 +01:00
parent 2822f8c863
commit 53336b82a3

View file

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