The below again

This commit is contained in:
Alan Saul 2013-01-18 16:36:08 +00:00
parent e061e1a638
commit b64d6e4acf

View file

@ -289,4 +289,4 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
os.system("pwd")
os.system("sphinx-apidoc -f -o . ./GPy")
os.system("sphinx-apidoc -f -o . ../GPy")