mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Adding more paths...:
This commit is contained in:
parent
6b07eddd19
commit
915d8fc25a
1 changed files with 2 additions and 2 deletions
|
|
@ -115,8 +115,8 @@ for mod_name in MOCK_MODULES:
|
||||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
||||||
if on_rtd:
|
if on_rtd:
|
||||||
sys.path.append("../GPy")
|
sys.path.insert(0, os.getcwd() + "/../GPy")
|
||||||
import GPy
|
#sys.path.append("../GPy")
|
||||||
os.system("pwd")
|
os.system("pwd")
|
||||||
os.system("sphinx-apidoc -f -o . ../GPy")
|
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||||
#os.system("cd ..")
|
#os.system("cd ..")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue