Unverified Commit 8aa461a6 authored by Richard Berger's avatar Richard Berger
Browse files

Avoids HTML doc pages from becoming too large

parent 63c46a36
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -150,7 +150,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.