mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-11 17:30:58 +01:00
14 lines
169 B
YAML
14 lines
169 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|