Files
pyspapi/.readthedocs.yml
deesiigneer b00b2b76cd docs upload
2022-07-23 19:33:28 +03:00

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