forked from tier4/caret_analyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
92 lines (86 loc) · 2.12 KB
/
mkdocs.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: CARET analyze API document
site_url: https://tier4.github.io/caret_analyze
repo_url: https://github.com/tier4/caret_analyze
edit_uri: edit/main/
docs_dir: docs
copyright: Copyright © 2022 TIER IV, Inc.
theme:
name: material
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
favicon: assets/images/tier4.png
icon:
logo: fontawesome/solid/car
repo: fontawesome/brands/github
language: en
palette:
- scheme: default
primary: white
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
font:
text: Roboto
code: Roboto Mono
version:
provider: mike
extra_css:
- https://unpkg.com/mermaid@8.13.10/dist/mermaid.css
- assets/css/extra.css
- https://use.fontawesome.com/releases/v5.15.4/css/all.css
extra_javascript:
- https://unpkg.com/mermaid@8.13.10/dist/mermaid.min.js
- https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML
plugins:
- awesome-pages
- exclude:
regex:
- ^(?!(.*/)?assets/).*\.(?!(.*\.)?md|(.*\.)?svg|(.*\.)?png|(.*\.)?jpg).*$
- ^(.*/)?[^.]*$
- macros
- same-dir
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
docstring_style: numpy
show_source: false
show_submodules: false
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- fontawesome_markdown
- footnotes
- mdx_math
- mdx_truly_sane_lists:
nested_indent: 2
- plantuml_markdown:
server: http://www.plantuml.com/plantuml
format: svg
- pymdownx.arithmatex
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"