Fix rtemsconfig building.

I'll probably move to a more pythonic way of doing conf.py since this is getting
too complicated.
This commit is contained in:
Amar Takhar
2016-01-17 22:28:28 -05:00
committed by Amar Takhar
parent 6c6246cace
commit 46498bd4e3
4 changed files with 31 additions and 8 deletions

View File

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