8000 fix doc upload · srijan-deepsource/python-sasctl@55b9ce0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55b9ce0

Browse files
committed
fix doc upload
1 parent 3b42866 commit 55b9ce0

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
@@ -56,7 +56,7 @@ matrix:
5656

5757
- stage: upload documentation
5858
python: 3.6
59-
install: pip install sphinx
59+
install: pip install sphinx pyyaml
6060
script:
6161
- sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
6262
- touch ./doc/_build/html/.nojekyll

0 commit comments

Comments
 (0)
0