summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-20 07:23:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-20 07:24:07 +0100
commit7ba04795214efe73d936f3545d25fd84af71b73e (patch)
tree5c9f8f8ea8fe343a1f4228f461d6881dca75a76e
parentc-user: Fix linker set code blocks (diff)
downloadrtems-docs-7ba04795214efe73d936f3545d25fd84af71b73e.tar.bz2
Render math via JavaScript in HTML output
-rw-r--r--README.txt5
-rw-r--r--c-user/conf.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 3238886..aeb6ca5 100644
--- a/README.txt
+++ b/README.txt
@@ -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.
diff --git a/c-user/conf.py b/c-user/conf.py
index 0afe6f8..18b3206 100644
--- a/c-user/conf.py
+++ b/c-user/conf.py
@@ -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'