change config entry for post 3.5 sphinx versions and enable permalinks

This commit is contained in:
Axel Kohlmeyer 2021-05-14 23:51:33 -04:00
parent 9f4cca4981
commit 59cc481108
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -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'