Plex-Meta-Manager/.readthedocs.yml

19 lines
200 B
YAML
Raw Normal View History

2022-03-08 08:06:22 +00:00
# .readthedocs.yml
version: 2
build:
2023-10-03 14:14:22 +00:00
os: ubuntu-22.04
tools:
2023-10-03 18:47:12 +00:00
python: "3.7"
2022-03-08 08:06:22 +00:00
sphinx:
configuration: docs/conf.py
2023-03-15 14:18:17 +00:00
formats: []
2022-03-08 08:06:22 +00:00
python:
install:
- requirements: docs/requirements.txt