From ce9b1dbe86d11de6b000615d75f2bff931828f92 Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Wed, 2 Mar 2016 15:02:06 +1100 Subject: [PATCH] Use a more modern sphinx --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16789d8..f17799b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,11 @@ addons: packages: - gcc-4.8 - g++-4.8 - - python-sphinx - python-pip install: - export CXX="g++-4.8" CC="gcc-4.8" -- pip install --user alabaster +- pip install --user sphinx>=1.3 script: - bash util/ci-build.sh