mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 01:25:34 -07:00
16 lines
173 B
YAML
16 lines
173 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-24.04"
|
|
tools:
|
|
python: "3.13"
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
|
|
sphinx:
|
|
configuration: conf.py
|
|
|
|
formats: all
|