From 0c409a2434156bbcf9cb98ebeecce915a0006be3 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 8 Nov 2018 20:46:10 +0000 Subject: use travis-sphinx to deploy docs to gh-pages see https://github.com/syntaf/travis-sphinx --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e23441ab..4016af0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,6 +127,9 @@ install: touch gpg.py # install sphinx for building the html docs pip install sphinx + # install travis-sphinx script to auto-deploy docs to the gh-pages branch on github + pip install travis-sphinx + else pip install .[test] fi @@ -153,6 +156,8 @@ after_success: | coverage xml export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f python-codacy-coverage -r coverage.xml + # auto-deploy docs to the gh-pages branch on github + travis-sphinx deploy fi notifications: -- cgit v1.2.3