From 46498bd4e36b9f6d6873de3de5acea11d3f546b4 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 17 Jan 2016 22:28:28 -0500 Subject: Fix rtemsconfig building. I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated. --- common/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/conf.py b/common/conf.py index 116ed0e..027a29f 100644 --- a/common/conf.py +++ b/common/conf.py @@ -2,6 +2,8 @@ import sys, os sys.path.append(os.path.abspath('.')) sys.path.append(os.path.abspath('../../common/')) +@CONF_EXTRA@ + extensions = [ "sphinx.ext.autodoc", "sphinx.ext.coverage", -- cgit v1.2.3