mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
More path debugging
This commit is contained in:
parent
6cd72f7690
commit
e657f532c7
1 changed files with 4 additions and 2 deletions
|
|
@ -39,6 +39,8 @@ except ImportError:
|
|||
|
||||
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
|
||||
|
||||
#sys.path.insert(0, os.getcwd() + "/..")
|
||||
|
||||
|
|
@ -121,8 +123,8 @@ if on_rtd:
|
|||
#sys.path.insert(0, os.getcwd() + "/../GPy")
|
||||
#sys.path.append(os.getcwd() + "/../GPy")
|
||||
print "I am here"
|
||||
os.system("pwd")
|
||||
os.system("ls ../")
|
||||
print(os.system("pwd"))
|
||||
print(os.system("ls ../"))
|
||||
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||
#os.system("cd ..")
|
||||
#os.system("cd ./docs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue