mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
Attempt to fix readthedocs build config
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
version: 2
|
version: 2
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
python:
|
build:
|
||||||
install:
|
os: "ubuntu-22.04"
|
||||||
- requirements: doc/requirements.txt
|
tools:
|
||||||
|
python: "3.10"
|
||||||
|
jobs:
|
||||||
|
post_create_environment:
|
||||||
|
- cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user