Skip to content

Commit

Permalink
use travis-sphinx to deploy docs to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Nov 8, 2018
1 parent 03cd0ac commit 0c409a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0c409a2

Please sign in to comment.