From 59cc481108894df5a2f3e144847ed172d6ba2c63 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 14 May 2021 23:51:33 -0400 Subject: [PATCH] change config entry for post 3.5 sphinx versions and enable permalinks --- doc/utils/sphinx-config/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/utils/sphinx-config/conf.py.in b/doc/utils/sphinx-config/conf.py.in index 17cb3c2395..baf472b9f9 100644 --- a/doc/utils/sphinx-config/conf.py.in +++ b/doc/utils/sphinx-config/conf.py.in @@ -241,7 +241,7 @@ html_show_sourcelink = False # Output file base name for HTML help builder. htmlhelp_basename = 'LAMMPSdoc' -html_add_permalinks = '' +html_permalinks = True if 'epub' in sys.argv: html_math_renderer = 'imgmath'