1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Fix manpage
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2021-01-24
Index: lammps/doc/lammps.1
===================================================================
--- lammps.orig/doc/lammps.1
+++ lammps/doc/lammps.1
@@ -1,4 +1,4 @@
-.TH LAMMPS "24 December 2020" "2020-12-24"
+.TH LAMMPS "1" "24 December 2020" "2020-12-24"
.SH NAME
.B LAMMPS
\- Molecular Dynamics Simulator.
Index: lammps/doc/utils/sphinx-config/conf.py.in
===================================================================
--- lammps.orig/doc/utils/sphinx-config/conf.py.in
+++ lammps/doc/utils/sphinx-config/conf.py.in
@@ -150,7 +150,7 @@ pygments_style = 'default'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'lammps_theme'
+html_theme = 'sphinx_rtd_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
|