mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Trying to fix docs, might break them
This commit is contained in:
parent
81917ceba5
commit
c17d475824
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
|||
if on_rtd:
|
||||
sys.path.append("../GPy")
|
||||
os.system("pwd")
|
||||
os.system("sphinx-apidoc -f -o . ../GPy")
|
||||
os.system("cd ..")
|
||||
#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.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue