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)