From 3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 25 Nov 2010 17:26:18 +0100 Subject: Fixed docs --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 469ab3b3..2da09c66 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -20,7 +20,8 @@ import sys, os # 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.insert(0, os.path.abspath('../../../')) +sys.path.insert(0, os.path.abspath('../..')) +print sys.path # General configuration # --------------------- -- cgit v1.2.1