Tried fixing build call

This commit is contained in:
Alan Saul 2013-01-18 16:33:59 +00:00
parent 3a452aee07
commit e061e1a638

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 . ../")
os.system("sphinx-apidoc -f -o . ./GPy")