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

This commit is contained in:
Michaël Ricart 2025-02-17 10:47:56 +01:00
parent 72e36f0b1f
commit 2822f8c863

View file

@ -33,4 +33,8 @@ html_static_path = ['_static']
html_css_files = [ html_css_files = [
'css/custom.css', 'css/custom.css',
] ]
html_theme_options = {
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}