From 85572836939c4cb79f810f5e6202e0f201e9b8e6 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 11:08:25 +0000 Subject: [PATCH] Changed docs back for newGP --- doc/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 9fb5f02a..474836a2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,10 +33,7 @@ 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("sphinx-apidoc -f -o ./docs ./GPy") - os.system("cd ./docs") + os.system("sphinx-apidoc -f -o . ../GPy") # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']