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

17 lines
238 B
YAML

language: python
python: 3.7
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