From bd4214f05b927aec687fecf1a8c88fb82ed37382 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 15 Jan 2013 18:32:04 +0100 Subject: [PATCH] Please work! --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aee818c..7f47030 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ import sys, os # 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.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.pardir) +sys.path.insert(0, os.path.abspath(os.path.join(os.pardir, os.pardir))) # -- General configuration ----------------------------------------------------- -- 2.25.1