mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
11 lines
227 B
YAML
11 lines
227 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.10"
|
|
jobs:
|
|
post_create_environment:
|
|
- cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt
|