mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 21:34:09 +02:00
virtualenvs are the worst
This commit is contained in:
parent
d1c8ec9e48
commit
86b0045195
|
|
@ -2,9 +2,10 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
docker:
|
docker:
|
||||||
- image: uhoreg/matrix-doc-build
|
- image: circleci/python:2.7
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: pip install -r scripts/requirements.txt
|
||||||
- run: python scripts/gendoc.py
|
- run: python scripts/gendoc.py
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue