mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
Attempting to fix docs but may break them
This commit is contained in:
parent
d2aeb6461e
commit
1fb7ebe67a
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ 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("sphinx-apidoc -f -o . ../GPy")
|
os.system("cd ..")
|
||||||
|
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