Changed docs back for newGP

This commit is contained in:
Alan Saul 2013-01-31 11:08:25 +00:00
parent 6b62ae960a
commit 8557283693

View file

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