Avoids HTML doc pages from becoming too large

This commit is contained in:
Richard Berger
2020-08-21 19:47:46 -04:00
parent 2a6546d6f0
commit 66438539f2

View File

@ -136,7 +136,9 @@ html_theme = 'lammps_theme'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'logo_only' : True
'logo_only' : True,
'navigation_depth': 3,
'collapse_navigation': True
}
# Add any paths that contain custom themes here, relative to this directory.