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