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