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.