mirror of
https://github.com/QIDITECH/moonraker.git
synced 2026-01-31 00:28:45 +03:00
15 lines
194 B
YAML
15 lines
194 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/doc-requirements.txt
|