mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
20 lines
279 B
YAML
20 lines
279 B
YAML
version: 2
|
|
formats: []
|
|
|
|
build:
|
|
image: latest
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: false
|
|
builder: html
|
|
|
|
python:
|
|
version: "3.8"
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
- requirements: docs/requirements.txt
|