summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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