remove references to html-offline and only produce the offline viewable html manual

This commit is contained in:
Axel Kohlmeyer
2020-02-26 15:55:20 -05:00
parent 1a2a9f2209
commit 3563d2f10d
4 changed files with 20 additions and 54 deletions

View File

@ -210,6 +210,9 @@ if 'epub' in sys.argv:
else:
html_math_renderer = 'mathjax'
# use relative path for mathjax, so it is looked for in the
# html tree and the manual becomes readable when offline
mathjax_path = 'mathjax/es5/tex-mml-chtml.js'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {