From 179c43101a0bcf1ef10b7010bd52c0bd99284e61 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 15 Jan 2013 18:14:06 +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 7f03287..0c4113c 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.path.join((os.getcwd(), os.pardir))) # -- General configuration ----------------------------------------------------- -- 2.25.1