📝 add a .readthedocs.yaml file

This commit is contained in:
Jakob Löw
2023-08-07 16:03:38 +02:00
parent a4e65d8aaa
commit f087cdbcf6

17
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,17 @@
# Read the Docs configuration file
# used for generating https://djitellopy.readthedocs.io/en/latest/
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- requirements: doc-requirements.txt
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false