mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
19 lines
238 B
YAML
19 lines
238 B
YAML
# .readthedocs.yml
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.8"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements_dev.txt
|
|
- method: pip
|
|
path: .
|