mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-08 19:39:36 +02:00
14 lines
208 B
YAML
14 lines
208 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-20.04"
|
|
tools:
|
|
python: "3.7"
|
|
|
|
sphinx:
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
install:
|
|
- requirements: ./docs/source/requirements.txt
|
|
- requirements: requirements.txt |