parent
2ab7b82a82
commit
f8047b42c4
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ html_css_files = [
|
|||
'css/custom.css',
|
||||
]
|
||||
html_theme_options = {
|
||||
'navigation_depth': -1,
|
||||
'navigation_depth': 1,
|
||||
'sticky_navigation': False,
|
||||
'collapse_navigation': False,
|
||||
'globaltoc_collapse': True,
|
||||
'globaltoc_maxdepth': -1,
|
||||
'globaltoc_maxdepth': 1,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue