From 98810be2053cf3e4448b2533e0f976dfdd1e590f Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 7 Sep 2012 13:25:38 -0500 Subject: 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 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') 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 ----------------------------------------------------- -- cgit v1.2.3-1-g7c22