Merge pull request #2299 from rbberger/doc_file_size

Avoids HTML doc pages from becoming too large
This commit is contained in:
Axel Kohlmeyer
2020-08-22 15:45:06 -04:00
committed by GitHub

View File

@ -136,7 +136,9 @@ html_theme = 'lammps_theme'
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.
html_theme_options = { 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. # Add any paths that contain custom themes here, relative to this directory.