-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
40 lines (35 loc) · 983 Bytes
/
mkdocs.yml
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
site_name: py_canoe
site_url: https://chaitu-ycr.github.io/py_canoe/
site_description: Python Package for controlling Vector CANoe tool
site_author: chaitu-ycr
repo_name: chaitu-ycr/py_canoe
repo_url: https://github.com/chaitu-ycr/py_canoe
edit_uri: blob/main/docs/
theme:
name: readthedocs
features:
- toc.integrate
nav:
- about: index.md
- prerequisites: 002_prerequisites.md
- setup: 003_environment_setup.md
- usage: 004_usage.md
- reference: 999_reference.md
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
merge_init_into_class: true
show_docstring_modules: false
setup_commands:
- import sys
- sys.path.append('./py_canoe')
selection:
new_path_syntax: true
- include-markdown:
recursive: true
extra_javascript:
- https://unpkg.com/mermaid@10.9.0/dist/mermaid.min.js