From 06ede499c17ea065cf488f6221eb6049f2f0c644 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 27 Feb 2020 11:36:00 -0500 Subject: [PATCH] use only the LAMMPS logo in the navigation bar --- doc/utils/sphinx-config/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']