mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
16 lines
204 B
YAML
16 lines
204 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: source/conf.py
|
|
fail_on_warning: true
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|