We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3100406 commit b102d29Copy full SHA for b102d29
.travis.yml
@@ -50,7 +50,7 @@ before_install:
50
fi
51
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo paddle/scripts/travis/before_install.linux.sh; fi
52
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; fi
53
- - pip install wheel protobuf sphinx breathe recommonmark virtualenv numpy
+ - pip install wheel protobuf sphinx breathe recommonmark virtualenv numpy sphinx_rtd_theme
54
script:
55
- paddle/scripts/travis/main.sh
56
notifications:
0 commit comments