mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
18 lines
188 B
YAML
18 lines
188 B
YAML
# .readthedocs.yml
|
|
|
|
version: 2
|
|
|
|
build:
|
|
image: latest
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: []
|
|
|
|
python:
|
|
version: "3.7"
|
|
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|