summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-01-24 10:05:00 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-01-24 10:06:29 -0800
commit6b975ade452ef136686f04180bdd239ace70e7c4 (patch)
tree528522faf65a8e030c9610ec11941464963a22df /.travis.yml
parent22af804982ea4148b30ace73f44c672db4a83b05 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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