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 136bbc1 commit 45a54c3Copy full SHA for 45a54c3
.travis.yml
@@ -129,7 +129,7 @@ script:
129
- echo 'travis_fold:end:test_mpy' && tools/print_status.py status
130
131
- (echo 'Building docs' && echo 'travis_fold:start:build_docs')
132
- - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html ; S=$? ; echo $S > status ; (exit $S)
+ - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html) ; S=$? ; echo $S > status ; (exit $S)
133
- echo 'travis_fold:end:build_docs' && tools/print_status.py status
134
135
- (echo 'Building translations' && echo 'travis_fold:start:build_translations')
0 commit comments