mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
C++ docs: Allow expanding the tree in the navigation bar from anywhere
This commit is contained in:
parent
7c1dbb949b
commit
b61e298984
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||
#
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
html_theme_options = {
|
||||
"collapse_navigation" : False
|
||||
}
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue