C++ docs: Allow expanding the tree in the navigation bar from anywhere

This commit is contained in:
Simon Hausmann 2021-07-01 18:19:29 +02:00
parent 7c1dbb949b
commit b61e298984

View file

@ -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".