Render math via JavaScript in HTML output

This commit is contained in:
Sebastian Huber 2017-02-20 07:23:55 +01:00
parent 51392ac0df
commit 7ba0479521
2 changed files with 3 additions and 4 deletions

View File

@ -37,9 +37,8 @@ The hosts which produce production quality is:
Host Setup Host Setup
---------- ----------
For HTML output a Sphinx and a full Latex (texlive) installation is necessary. HTML builds directly with Sphinx, PDF requires a full Latex (texlive) install,
Sphinx uses Latex to produce images of mathematical formulas for the HTML and building a Single HTML page requires the 'inliner' tool. The
output. Building a Single HTML page requires the 'inliner' tool. The
sphinxcontrib-bibtex extension is mandatory. sphinxcontrib-bibtex extension is mandatory.
Please add your host as you set it up. Please add your host as you set it up.

View File

@ -3,7 +3,7 @@ sys.path.append(os.path.abspath('../common/'))
from conf import * from conf import *
extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex'] extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
version = '4.11.99' version = '4.11.99'
release = '4.11.99' release = '4.11.99'