We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f0359 commit 3b42866Copy full SHA for 3b42866
.travis.yml
@@ -40,7 +40,7 @@ matrix:
40
41
- stage: create release
42
python: 3.6
43
- install: pip install sphinx
+ install: pip install sphinx pyyaml
44
script:
45
- sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
46
- pushd ./doc/_build/html ; zip -r ../../../${TRAVIS_TAG}-doc.zip . ; popd
0 commit comments