mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Attempt to fix readthedocs build config
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
version: 2
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user