summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-09-07 13:25:38 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-09-07 13:25:38 -0500
commit98810be2053cf3e4448b2533e0f976dfdd1e590f (patch)
treeb4dbc5f1a48ab19cc9d69055f2eceb387f514f8b /doc/conf.py
parentde9d4dbab1999b5adc42693d5fe857128e8dbcd2 (diff)
downloadbcfg2-98810be2053cf3e4448b2533e0f976dfdd1e590f.tar.gz
bcfg2-98810be2053cf3e4448b2533e0f976dfdd1e590f.tar.bz2
bcfg2-98810be2053cf3e4448b2533e0f976dfdd1e590f.zip
doc: Add sphinx configuration for module imports
I still need to figure out how to get things to work when certain modules (e.g. lxml) are unavailable, but this should at prevent one from having to fully install the bcfg2 server prior to building the documentation. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index cc471e776..1bde7a083 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -19,7 +19,7 @@ import time
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.append(os.path.abspath('.'))
+sys.path.append(os.path.abspath('../src/lib'))
# -- General configuration -----------------------------------------------------