Skip to content

Commit 3b42866

Browse files
committed
fix sphinx build (travis-ci)
1 parent 37f0359 commit 3b42866

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
@@ -40,7 +40,7 @@ matrix:
4040

4141
- stage: create release
4242
python: 3.6
43-
install: pip install sphinx
43+
install: pip install sphinx pyyaml
4444
script:
4545
- sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
4646
- pushd ./doc/_build/html ; zip -r ../../../${TRAVIS_TAG}-doc.zip . ; popd

0 commit comments

Comments
 (0)