Skip to content

Commit

Permalink
Use a more modern sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Mar 2, 2016
1 parent 19037ff commit ce9b1db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ce9b1db

Please sign in to comment.