summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 26747b4..8336c27 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
+import os, sys
# -- Project information -----------------------------------------------------
@@ -8,9 +9,11 @@ author = 'crocoite contributors'
# -- General configuration ---------------------------------------------------
+sys.path.append(os.path.abspath("./_ext"))
extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.autodoc',
+ 'clicklist',
]
# Add any paths that contain templates here, relative to this directory.