You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: 2
|
|
jobs:
|
|
build-docs:
|
|
docker:
|
|
- image: circleci/python:2.7
|
|
steps:
|
|
- checkout
|
|
- run: pip install -r scripts/requirements.txt
|
|
- run: python scripts/gendoc.py
|
|
|
|
workflows:
|
|
version: 2
|
|
|
|
egg-info:
|
|
jobs:
|
|
- build-docs
|
|
|
|
notify:
|
|
webhooks:
|
|
- url: https://giles.cadair.com/circleci
|