summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/conf.py2
1 files changed, 2 insertions, 0 deletions
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",