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