mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-16 07:10:15 +01:00
16 lines
202 B
YAML
16 lines
202 B
YAML
|
|
||
|
version: 2
|
||
|
|
||
|
build:
|
||
|
os: ubuntu-22.04
|
||
|
tools:
|
||
|
python: "3.12"
|
||
|
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
|
||
|
python:
|
||
|
version: 3.12
|
||
|
install:
|
||
|
- requirements: docs/requirements.txt
|
||
|
system_packages:
|