mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Don’t build docs anymore in travis
This commit is contained in:
parent
1973fb8937
commit
c592d46b00
1 changed files with 1 additions and 5 deletions
|
|
@ -49,11 +49,6 @@ after_success:
|
|||
- coveralls
|
||||
|
||||
before_deploy:
|
||||
- cd doc
|
||||
- pip install sphinx_rtd_theme
|
||||
- sphinx-apidoc -o source/ ../GPy
|
||||
- make html
|
||||
- cd ../
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||
then
|
||||
export DIST='sdist';
|
||||
|
|
@ -70,5 +65,6 @@ deploy:
|
|||
on:
|
||||
branch: deploy
|
||||
distributions: $DIST
|
||||
skip_existing: true
|
||||
skip_cleanup: true
|
||||
skip_upload_docs: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue