mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Changed docs back for newGP
This commit is contained in:
parent
6b62ae960a
commit
8557283693
1 changed files with 1 additions and 4 deletions
|
|
@ -33,10 +33,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
if on_rtd:
|
if on_rtd:
|
||||||
sys.path.append("../GPy")
|
sys.path.append("../GPy")
|
||||||
os.system("pwd")
|
os.system("pwd")
|
||||||
os.system("cd ..")
|
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||||
#os.system("sphinx-apidoc -f -o . ../GPy")
|
|
||||||
os.system("sphinx-apidoc -f -o ./docs ./GPy")
|
|
||||||
os.system("cd ./docs")
|
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue