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