mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
11 lines
164 B
YAML
11 lines
164 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
sphinx:
|
|
configuration: docs/conf.py
|