mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 23:14:06 +08:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user