Tried changing the location of the apidoc compilation

This commit is contained in:
Alan Saul 2013-01-18 16:27:58 +00:00
parent ad41c63d08
commit 8696de241a
2 changed files with 192 additions and 2 deletions

View file

@ -288,5 +288,5 @@ epub_copyright = u'2013, Author'
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
os.system("sphinx-apidoc -f -o . ../GPy")
#sphinx-apidoc . -o doc -H 'GPy' -f
os.system("pwd")
os.system("sphinx-apidoc -f -o . ../")