2021-03-16 15:38:53 +03:00
|
|
|
version: 2
|
|
|
|
|
2023-11-07 23:09:03 +03:00
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
2024-01-23 19:15:04 +03:00
|
|
|
python: "3.11"
|
2023-11-07 23:09:03 +03:00
|
|
|
|
2021-03-16 15:38:53 +03:00
|
|
|
mkdocs:
|
|
|
|
configuration: mkdocs.yml
|
|
|
|
fail_on_warning: false
|
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/doc-requirements.txt
|