mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
fix: rtd
This commit is contained in:
parent
0345d4ff18
commit
d780ab2e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import shlex
|
|||
#for p in os.walk('../../GPy'):
|
||||
# sys.path.append(p[0])
|
||||
sys.path.insert(0, os.path.abspath('../../'))
|
||||
#sys.path.insert(0, os.path.abspath('../../GPy/'))
|
||||
sys.path.insert(0, os.path.abspath('../../GPy/'))
|
||||
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue