mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 23:29:22 +08:00
Render math via JavaScript in HTML output
This commit is contained in:
parent
51392ac0df
commit
7ba0479521
@ -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.
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user