Skip to content

Commit

Permalink
fix doc upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Jun 30, 2021
1 parent 3b42866 commit 55b9ce0
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 @@ -56,7 +56,7 @@ matrix:

- stage: upload documentation
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
- touch ./doc/_build/html/.nojekyll
Expand Down

0 comments on commit 55b9ce0

Please sign in to comment.