mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +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'
|
||||
|
||||
if on_rtd:
|
||||
sys.path.append("../GPy")
|
||||
import GPy
|
||||
sys.path.insert(0, os.getcwd() + "/../GPy")
|
||||
#sys.path.append("../GPy")
|
||||
os.system("pwd")
|
||||
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||
#os.system("cd ..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue