From c592d46b00e5e7833caba8b46a4719ab6f352ac6 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 23 Feb 2018 11:37:58 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20build=20docs=20anymore=20in=20t?= =?UTF-8?q?ravis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f96f1ec..71452420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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