2022-05-26 10:25:07 +00:00
|
|
|
# .readthedocs.yaml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
2024-08-05 08:38:48 +00:00
|
|
|
build:
|
|
|
|
os: "ubuntu-22.04"
|
|
|
|
tools:
|
|
|
|
python: "3.8"
|
2022-05-26 10:25:07 +00:00
|
|
|
|
|
|
|
python:
|
2024-08-05 08:38:48 +00:00
|
|
|
install:
|
|
|
|
- requirements: mkdocs/requirements.txt
|
|
|
|
|
|
|
|
mkdocs:
|
|
|
|
configuration: mkdocs.yml
|