Skip to content

Commit 4c02f7f

Browse files
committed
Try to fix sphinx install failures under python 3.6 and 3.7 by pinning
to version 1.8.5. New release of sphinx 2.0 on 28march2019.
1 parent d0cee93 commit 4c02f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222

2323
before_install:
2424
# Sphinx required to build the xapian python bindings
25-
- pip install sphinx
25+
- pip install sphinx==1.8.5
2626
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
2727
- cd /tmp
2828
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz

0 commit comments

Comments
 (0)