mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
20 lines
213 B
YAML
20 lines
213 B
YAML
# .readthedocs.yml
|
|
|
|
version: 2
|
|
|
|
build:
|
|
image: latest
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: []
|
|
|
|
python:
|
|
version: "3.7"
|
|
|
|
system_packages: true
|
|
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|