docs/.travis.yml
2019-02-22 18:01:17 +03:00

16 lines
226 B
YAML

language: python
install:
- pip install -r requirements.txt
script:
- sphinx-build source build
deploy:
provider: pages
skip-cleanup: true
local-dir: ./build
github-token: $GITHUB_TOKEN
on:
branch: master