python-plexapi/.readthedocs.yml

22 lines
251 B
YAML
Raw Normal View History

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