mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 22:06:22 +02:00
Changed path down a level
This commit is contained in:
parent
6580aecfe0
commit
95d4890e84
1 changed files with 1 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ try:
|
|||
except ImportError:
|
||||
print "no sphinx"
|
||||
|
||||
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../..'))
|
||||
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
sys.path.insert(0, APP_DIR)
|
||||
sys.path.insert(0, os.path.abspath('../GPy'))
|
||||
print "sys.path:", sys.path
|
||||
|
|
@ -121,12 +121,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
|||
|
||||
on_rtd = True
|
||||
if on_rtd:
|
||||
#sys.path.insert(0, os.getcwd() + "/../GPy")
|
||||
#sys.path.append(os.getcwd() + "/../GPy")
|
||||
print "I am here"
|
||||
#print(os.system("pwd"))
|
||||
#print(os.system("ls ../"))
|
||||
#os.system("sphinx-apidoc -f -o . ../GPy")
|
||||
|
||||
import subprocess
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue