From 96971da3a7a2ed3fa02f2ace69093fc6b4f2db31 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 8 Feb 2013 15:14:41 +0000 Subject: [PATCH] Appended path --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index afca1e57..89bf102c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -125,6 +125,8 @@ on_rtd = True if on_rtd: print "I am here" + sys.path.append('../GPy') + import subprocess proc = subprocess.Popen("pwd", stdout=subprocess.PIPE, shell=True)