what's even the point

This commit is contained in:
Stuart Mumford 2018-07-05 21:29:12 -06:00
parent 86b0045195
commit fe43b79e73
No known key found for this signature in database
GPG key ID: 60BC5C03E6276769

View file

@ -1,12 +1,17 @@
gendoc: &gendoc
name: Generate the docs
command: |
source /env/bin/activate
scripts/gendoc.py
version: 2
jobs:
build-docs:
docker:
- image: circleci/python:2.7
- image: uhoreg/matrix-doc-build
steps:
- checkout
- run: pip install -r scripts/requirements.txt
- run: python scripts/gendoc.py
- run: *gendoc
workflows:
version: 2