-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (51 loc) · 1.12 KB
/
mkdocs.yml
File metadata and controls
54 lines (51 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
site_name: MAVROS a MAVLink to ROS2 bridge
repo_url: https://github.com/mavlink/mavros
plugins:
- autorefs
- markdown-exec
- search
- material/tags
- mkdocstrings:
handlers:
python:
paths:
- ./mavros/mavros
options:
show_source: false
show_root_toc_entry: false
show_symbol_type_heading: true
allow_inspection: true
extensions:
- griffe_typingdoc
- griffe_fieldz
- griffe_sphinx
theme:
name: material
# name: readthedocs
features:
- content.code.copy
- content.code.annotate
# - content.action.edit
- navigation.expand
- navigation.sections
- navigation.instant
- navigation.indexes
- navigation.tracking
- toc.integrate
markdown_extensions:
- mkdocs-click
- markdown_include.include:
base_path: docs
- admonition
- sane_lists
- attr_list
- def_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.tabbed
- toc