Moved import a bit

This commit is contained in:
Alan Saul 2013-01-31 14:15:49 +00:00
parent f78541e9d7
commit 4537be65d8

View file

@ -147,8 +147,8 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
sys.path.append("../GPy")
os.system("pwd")
#os.system("cd ..")
os.system("sphinx-apidoc -f -o . ../GPy")
#os.system("cd ..")
#os.system("cd ./docs")
# Add any paths that contain templates here, relative to this directory.