Skip to content

Commit 88b7ed8

Browse files
committed
Fix Travis-CI build for release
1 parent 4c2b3b6 commit 88b7ed8

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
@@ -50,7 +50,7 @@ before_install:
5050
fi
5151
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo paddle/scripts/travis/before_install.linux.sh; fi
5252
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; fi
53-
- pip install wheel protobuf sphinx breathe recommonmark virtualenv numpy
53+
- pip install wheel protobuf 'sphinx==1.4.9' breathe recommonmark virtualenv numpy
5454
script:
5555
- paddle/scripts/travis/main.sh
5656
notifications:

0 commit comments

Comments
 (0)