mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
Tried changing the location of the apidoc compilation
This commit is contained in:
parent
ad41c63d08
commit
8696de241a
2 changed files with 192 additions and 2 deletions
|
|
@ -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 . ../")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue