Skip to content

Commit

Permalink
use travis-sphinx to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Nov 10, 2018
1 parent 802e44d commit bbfce58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ script: |
# Check that the generated docs where already commited.
git diff --exit-code
# Generate the html docs and turn all warnings into errors.
make -C docs html SPHINXBUILD='sphinx-build -W'
#make -C docs html SPHINXBUILD='sphinx-build -W'
travis-sphinx build
else
alot --config conf
coverage run setup.py test
Expand Down

0 comments on commit bbfce58

Please sign in to comment.