You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
450 B
22 lines
450 B
site_name: DJITelloPy API Reference
|
|
site_url: "https://djitellopy.readthedocs.io/en/latest/"
|
|
repo_url: "https://github.com/damiafuentes/DJITelloPy"
|
|
repo_name: "damiafuentes/DJITelloPy"
|
|
|
|
theme:
|
|
name: "material"
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
handlers:
|
|
python:
|
|
rendering:
|
|
show_source: true
|
|
watch:
|
|
- djitellopy/ |