summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:21:13 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:21:13 +0000
commit8d03db4dd3d0aeea866c4eeb47080b82fed9a009 (patch)
treefdd3e33a0a23b30bc6295660f9c244b5258bafab /.travis.yml
parentca6659b637d8a91c21a78317e1dc152939afae5d (diff)
docs: don't use travis-sphinx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d07cfb05..df808f21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,8 +127,6 @@ 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
@@ -143,8 +141,7 @@ 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'
- travis-sphinx build
+ make -C docs html SPHINXBUILD='sphinx-build -W'
else
alot --config conf
coverage run setup.py test