From 09ef55ac26ddd0f7afb2e9979a81c1054500cba6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 22 Feb 2020 06:14:39 -0500 Subject: [PATCH] include small logo image in navigation bar. update copyright date --- doc/lammps-logo.png | 1 + doc/utils/sphinx-config/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 doc/lammps-logo.png diff --git a/doc/lammps-logo.png b/doc/lammps-logo.png new file mode 120000 index 0000000000..c651571a78 --- /dev/null +++ b/doc/lammps-logo.png @@ -0,0 +1 @@ +src/JPG/lammps-logo.png \ No newline at end of file diff --git a/doc/utils/sphinx-config/conf.py b/doc/utils/sphinx-config/conf.py index 3e16963f01..5f5642a622 100644 --- a/doc/utils/sphinx-config/conf.py +++ b/doc/utils/sphinx-config/conf.py @@ -60,7 +60,7 @@ master_doc = 'Manual' # General information about the project. project = 'LAMMPS' -copyright = '2013 Sandia Corporation' +copyright = '2003-2020 Sandia Corporation' def get_lammps_version(): import os @@ -142,7 +142,7 @@ html_title = "LAMMPS documentation" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'lammps-logo.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32