Unverified Commit 1879106c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #2299 from rbberger/doc_file_size

Avoids HTML doc pages from becoming too large
parents 9136f9b9 66438539
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.