mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
13 lines
164 B
YAML
13 lines
164 B
YAML
version: 2
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|