Skip to content

Commit ce9b1db

Browse files
committed
Use a more modern sphinx
1 parent 19037ff commit ce9b1db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ addons:
1616
packages:
1717
- gcc-4.8
1818
- g++-4.8
19-
- python-sphinx
2019
- python-pip
2120

2221
install:
2322
- export CXX="g++-4.8" CC="gcc-4.8"
24-
- pip install --user alabaster
23+
- pip install --user sphinx>=1.3
2524

2625
script:
2726
- bash util/ci-build.sh

0 commit comments

Comments
 (0)