forked from CGM_Public/pretix_original
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