python-plexapi/.readthedocs.yml
JonnyWong16 ba0c27c6ef
Remove support for Python 3.7 (#1198)
* Remove support for Python 3.7

* Update CI workflow

* Manually update dependencies
2023-07-27 20:05:40 -07:00

21 lines
251 B
YAML

# .readthedocs.yml
version: 2
build:
image: latest
sphinx:
configuration: docs/conf.py
formats: all
python:
version: 3.8
install:
- requirements: requirements_dev.txt
- method: pip
path: .
system_packages: true