mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 12:29:30 +02:00
15 lines
202 B
YAML
15 lines
202 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-20.04"
|
|
tools:
|
|
python: "3.7"
|
|
|
|
sphinx:
|
|
fail_on_warning: true
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: ./docs/source/requirements.txt |