mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
Updated conf.py to work again rather than cause an infinite loop
This commit is contained in:
parent
1093f98b57
commit
17fcaca054
1 changed files with 2 additions and 2 deletions
|
|
@ -151,8 +151,8 @@ if on_rtd:
|
||||||
proc = subprocess.Popen("ls ../", stdout=subprocess.PIPE, shell=True)
|
proc = subprocess.Popen("ls ../", stdout=subprocess.PIPE, shell=True)
|
||||||
(out, err) = proc.communicate()
|
(out, err) = proc.communicate()
|
||||||
print "program output:", out
|
print "program output:", out
|
||||||
#proc = subprocess.Popen("sphinx-apidoc -f -o . ../GPy", stdout=subprocess.PIPE, shell=True)
|
#Lets regenerate our rst files from the source, -P adds private modules (i.e kern._src)
|
||||||
proc = subprocess.Popen("make html", stdout=subprocess.PIPE, shell=True)
|
proc = subprocess.Popen("sphinx-apidoc -P -f -o . ../GPy", stdout=subprocess.PIPE, shell=True)
|
||||||
(out, err) = proc.communicate()
|
(out, err) = proc.communicate()
|
||||||
print "program output:", out
|
print "program output:", out
|
||||||
#proc = subprocess.Popen("whereis numpy", stdout=subprocess.PIPE, shell=True)
|
#proc = subprocess.Popen("whereis numpy", stdout=subprocess.PIPE, shell=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue