This commit is contained in:
parent
2822f8c863
commit
53336b82a3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue