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

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'