From bbfce583218a21a852327aa87b2338c705b05751 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 10 Nov 2018 10:31:56 +0000 Subject: use travis-sphinx to build docs --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3