include small logo image in navigation bar. update copyright date

This commit is contained in:
Axel Kohlmeyer
2020-02-22 06:14:39 -05:00
parent 4ff0279bde
commit 09ef55ac26
2 changed files with 3 additions and 2 deletions

1
doc/lammps-logo.png Symbolic link
View File

@ -0,0 +1 @@
src/JPG/lammps-logo.png

View File

@ -60,7 +60,7 @@ master_doc = 'Manual'
# General information about the project. # General information about the project.
project = 'LAMMPS' project = 'LAMMPS'
copyright = '2013 Sandia Corporation' copyright = '2003-2020 Sandia Corporation'
def get_lammps_version(): def get_lammps_version():
import os 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 # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # 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 # 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 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32