mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 00:37:09 +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
|
||||
----------
|
||||
|
||||
For HTML output a Sphinx and a full Latex (texlive) installation is necessary.
|
||||
Sphinx uses Latex to produce images of mathematical formulas for the HTML
|
||||
output. Building a Single HTML page requires the 'inliner' tool. The
|
||||
HTML builds directly with Sphinx, PDF requires a full Latex (texlive) install,
|
||||
and building a Single HTML page requires the 'inliner' tool. The
|
||||
sphinxcontrib-bibtex extension is mandatory.
|
||||
|
||||
Please add your host as you set it up.
|
||||
|
@ -3,7 +3,7 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
|
||||
extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
|
||||
|
||||
version = '4.11.99'
|
||||
release = '4.11.99'
|
||||
|
Loading…
x
Reference in New Issue
Block a user