More path debugging

This commit is contained in:
Alan Saul 2013-02-08 14:42:19 +00:00
parent 6cd72f7690
commit e657f532c7

View file

@ -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")