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

This commit is contained in:
Michaël Ricart 2025-02-17 11:26:00 +01:00
parent 2ab7b82a82
commit f8047b42c4

View file

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