summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-22 07:09:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-22 07:09:21 +0100
commitc1dddacbee15a02e338724b71b45ef097601563c (patch)
treebe2363a5cf87c54b3e5698ceb370ead2f795d278 /common/conf.py
parentRender math via JavaScript in HTML output (diff)
downloadrtems-docs-c1dddacbee15a02e338724b71b45ef097601563c.tar.bz2
Move extensions to common conf.py
Diffstat (limited to '')
-rw-r--r--common/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/conf.py b/common/conf.py
index 9f6bace..03cfa44 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -31,7 +31,8 @@ extensions = [
"sphinx.ext.doctest",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
- "sphinx.ext.pngmath",
+ "sphinx.ext.mathjax",
+ "sphinxcontrib.bibtex",
"rtemsext",
"rtemsdomain",
]