summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-10 10:31:56 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-10 10:31:56 +0000
commitbbfce583218a21a852327aa87b2338c705b05751 (patch)
tree1399bf2e1d11d833a9e3150179df9d5c61fbc2f1 /.travis.yml
parent802e44d55239882ad5ababe720e2910bb1671c1e (diff)
use travis-sphinx to build docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 73cc32a4..d07cfb05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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