From 5d90bfe30ec505cdde9dceca87e2f6213ea6e8de Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 15 Jan 2013 18:20:44 +0100 Subject: [PATCH] Dammit, just work now, please! --- 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 0c4113c..aee818c 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.path.join((os.getcwd(), os.pardir))) +sys.path.insert(0, os.pardir) # -- General configuration ----------------------------------------------------- -- 2.25.1