From 4537be65d88ab733ed4485af8d3f42e39b9e4f30 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 14:15:49 +0000 Subject: [PATCH] Moved import a bit --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index d32c77f7..a588990b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.