Skip to content

Commit

Permalink
fix sphinx build (travis-ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Jun 30, 2021
1 parent 37f0359 commit 3b42866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:

- stage: create release
python: 3.6
install: pip install sphinx
install: pip install sphinx pyyaml
script:
- sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
- pushd ./doc/_build/html ; zip -r ../../../${TRAVIS_TAG}-doc.zip . ; popd
Expand Down

0 comments on commit 3b42866

Please sign in to comment.