summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-12 23:34:11 +0200
committermathieui <mathieui@mathieui.net>2013-04-12 23:34:11 +0200
commite6cb43eeedcd6c6961c5ab430f25bb962d40bf8e (patch)
tree10d14250b3ccbc64b75de22ee76b76811cd1f2de /doc/source/conf.py
parente341d1534ef97d6465e960e99fcbd4adf412cc8e (diff)
downloadpoezio-e6cb43eeedcd6c6961c5ab430f25bb962d40bf8e.tar.gz
poezio-e6cb43eeedcd6c6961c5ab430f25bb962d40bf8e.tar.bz2
poezio-e6cb43eeedcd6c6961c5ab430f25bb962d40bf8e.tar.xz
poezio-e6cb43eeedcd6c6961c5ab430f25bb962d40bf8e.zip
Start the plugin documentation
(with admin.py)
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 265d5482..28ebe910 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -16,6 +16,7 @@ import sys, os, time
sys.path.insert(0, os.path.abspath('../stub'))
sys.path.append(os.path.abspath('../../src/'))
+sys.path.append(os.path.abspath('../../plugins/'))
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the