Files
moonraker/.readthedocs.yaml

15 lines
194 B
YAML
Raw Normal View History

2023-06-15 12:58:13 +08:00
version: 2
2024-09-02 13:31:06 +08:00
build:
os: ubuntu-22.04
tools:
python: "3.11"
2023-06-15 12:58:13 +08:00
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
python:
install:
- requirements: docs/doc-requirements.txt