From 8d03db4dd3d0aeea866c4eeb47080b82fed9a009 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 11 Nov 2018 11:21:13 +0000 Subject: docs: don't use travis-sphinx --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3