python-plexapi/.readthedocs.yml
Hellowlol 723c59450a add readthedocs
dunno if this works.
2020-05-11 23:44:49 +02:00

18 lines
212 B
YAML

# .readthedocs.yml
version: 2
build:
image: latest
formats: all
python:
version: 3.7
install:
- requirements: requirements_dev.txt
- method: pip
path: .
system_packages: true