use only the LAMMPS logo in the navigation bar

This commit is contained in:
Axel Kohlmeyer
2020-02-27 11:36:00 -05:00
parent eb8531062c
commit 06ede499c1

View File

@ -128,7 +128,9 @@ html_theme = 'lammps_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
'logo_only' : True
}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']