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 --- c-user/conf.py | 2 -- common/conf.py | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/c-user/conf.py b/c-user/conf.py index 18b3206..90a7af7 100644 --- a/c-user/conf.py +++ b/c-user/conf.py @@ -3,8 +3,6 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex'] - version = '4.11.99' release = '4.11.99' 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