mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
18 lines
224 B
YAML
18 lines
224 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: .
|