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 311535e commit 64bca68Copy full SHA for 64bca68
.travis.yml
@@ -24,7 +24,7 @@ jobs:
24
- stage: deploy documentation
25
python: 3.6
26
install: pip install sphinx
27
- script: sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
+ script: sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html ; touch ./doc/_build/html/.nojekyll
28
deploy:
29
provider: pages
30
skip_cleanup: true
0 commit comments