Plex-Meta-Manager/.readthedocs.yml

19 lines
199 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-11-06 20:38:00 +00:00
python: "3.11"
2022-03-08 08:06:22 +00:00
2023-11-06 20:38:00 +00:00
mkdocs:
configuration: mkdocs.yml
2022-03-08 08:06:22 +00:00
2023-03-15 14:18:17 +00:00
formats: []
2022-03-08 08:06:22 +00:00
python:
install:
- requirements: docs/requirements.txt