Skip to content

Commit

Permalink
✨ 📝 add a .readthedocs.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
M4GNV5 committed Aug 7, 2023
1 parent a4e65d8 commit f087cdb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f087cdb

Please sign in to comment.