Skip to content

Commit 136bbc1

Browse files
committed
docs: revert calling 'shared_bindings_matrix.py'
1 parent b90b63b commit 136bbc1

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
@@ -129,7 +129,7 @@ script:
129129
- echo 'travis_fold:end:test_mpy' && tools/print_status.py status
130130

131131
- (echo 'Building docs' && echo 'travis_fold:start:build_docs')
132-
- (! var_search "${TRAVIS_TESTS-}" docs || (python3 -m docs.shared_bindings_matrix && sphinx-build -E -W -b html . _build/html)) ; S=$? ; echo $S > status ; (exit $S)
132+
- (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html ; S=$? ; echo $S > status ; (exit $S)
133133
- echo 'travis_fold:end:build_docs' && tools/print_status.py status
134134

135135
- (echo 'Building translations' && echo 'travis_fold:start:build_translations')

0 commit comments

Comments
 (0)