[rtems-docs commit] Move extensions to common conf.py

Sebastian Huber sebh at rtems.org
Wed Feb 22 06:10:58 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    c1dddacbee15a02e338724b71b45ef097601563c
Changeset: http://git.rtems.org/rtems-docs/commit/?id=c1dddacbee15a02e338724b71b45ef097601563c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Feb 22 07:09:21 2017 +0100

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",
 ]



More information about the vc mailing list