diff --git a/doc/utils/sphinx-config/conf.py b/doc/utils/sphinx-config/conf.py index 235eed70de..a9f9cb952a 100644 --- a/doc/utils/sphinx-config/conf.py +++ b/doc/utils/sphinx-config/conf.py @@ -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']