Adding old command I read on the internet for own build

This commit is contained in:
Alan Saul 2013-01-18 16:10:51 +00:00
parent 49530b07ee
commit ad41c63d08
2 changed files with 2 additions and 1 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 docs .")
os.system("sphinx-apidoc -f -o . ../GPy")
#sphinx-apidoc . -o doc -H 'GPy' -f