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