From c800e6b91ed245a8dcb720dda46340cd77307ff6 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 15 Jan 2013 18:11:39 +0100 Subject: [PATCH] another fix for rtd --- 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 a8e57d7..7f03287 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.abspath(__file__)) +sys.path.insert(0, os.path.join((os.getcwd(), os.pardir()))) # -- General configuration ----------------------------------------------------- -- 2.25.1