From c1dddacbee15a02e338724b71b45ef097601563c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 22 Feb 2017 07:09:21 +0100 Subject: Move extensions to common conf.py --- common/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') 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", ] -- cgit v1.2.3