From d1255ab572e13cc3367229b6d47338e0e1058988 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Nov 2018 09:22:09 -0500 Subject: [PATCH] we are LAMMPS, not LIGGGHTS --- doc/utils/sphinx-config/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/utils/sphinx-config/conf.py b/doc/utils/sphinx-config/conf.py index 6c70cf9804..3056687ff8 100644 --- a/doc/utils/sphinx-config/conf.py +++ b/doc/utils/sphinx-config/conf.py @@ -248,7 +248,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('Manual', 'liggghts', 'LAMMPS Documentation', + ('Manual', 'lammps', 'LAMMPS Documentation', ['Steve Plimpton'], 1) ]