From 2ed63574079133aca211f0fd6ccc05ff068e40bb Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 10 Jan 2018 11:14:52 -0500 Subject: [PATCH] travis: build against python3-sphinx instead of python-sphinx Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should be OK. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 802efd98..d18325e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libxapian-dev - libgmime-2.6-dev - libtalloc-dev - - python-sphinx + - python3-sphinx - gdb - gpgsm -- 2.43.0