-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
56 lines (53 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: ThemeFinder documentation
site_url: https://i-dot-ai.github.io/themefinder/
repo_url: https://github.com/i-dot-ai/themefinder
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- search.suggest
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_heading: true
show_root_full_path: false
heading_level: 1
show_symbol_type_heading: false
show_signature: true
show_signature_annotations: true
separate_signature: true
docstring_section_style: table
merge_init_into_class: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- attr_list