python-plexapi/.readthedocs.yml

22 lines
251 B
YAML
Raw Normal View History

2020-05-11 23:44:49 +02:00
# .readthedocs.yml
version: 2
build:
image: latest
2020-05-12 00:28:27 +02:00
sphinx:
configuration: docs/conf.py
2020-05-11 23:44:49 +02:00
formats: all
python:
version: 3.7
install:
- requirements: requirements_dev.txt
- method: pip
path: .
system_packages: true