From 6b975ade452ef136686f04180bdd239ace70e7c4 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 24 Jan 2017 10:05:00 -0800 Subject: travis: work around sphinx-1.5.2 problem This forces travis to install sphinx 1.5.1 which doesn't display the warnings 1.5.2 does. This is not a proper solution, but a work around so that the docs test works and remains useful. We still need to implement a proper fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e8e025fc..31978a43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ install: printf '%s = None\n' NotmuchError NullPointerError > notmuch.py touch gpgme.py # install sphinx for building the html docs - pip install sphinx + pip install sphinx==1.5.1 else pip install .[test] fi -- cgit v1.2.3