Don’t build docs anymore in travis

This commit is contained in:
Max Zwiessele 2018-02-23 11:37:58 +01:00 committed by GitHub
parent 1973fb8937
commit c592d46b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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