mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
Moved import a bit
This commit is contained in:
parent
f78541e9d7
commit
4537be65d8
1 changed files with 1 additions and 1 deletions
|
|
@ -147,8 +147,8 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
if on_rtd:
|
if on_rtd:
|
||||||
sys.path.append("../GPy")
|
sys.path.append("../GPy")
|
||||||
os.system("pwd")
|
os.system("pwd")
|
||||||
#os.system("cd ..")
|
|
||||||
os.system("sphinx-apidoc -f -o . ../GPy")
|
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||||
|
#os.system("cd ..")
|
||||||
#os.system("cd ./docs")
|
#os.system("cd ./docs")
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue