Attempting to fix docs but may break them

This commit is contained in:
Alan Saul 2013-01-31 11:09:23 +00:00
parent d2aeb6461e
commit 1fb7ebe67a

View file

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