-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
100 lines (94 loc) · 2.24 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
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
93
94
95
96
97
98
99
100
site_name: anymerge
site_url: https://anymerge.jianyuan.io/
repo_url: https://github.com/jianyuan/anymerge
watch:
- docs
- docs_src
- mkdocs.yml
- src
theme:
name: material
custom_dir: docs_src/overrides
features:
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Geist
code: Geist Mono
extra:
social: []
analytics:
provider: custom
project_api_key: phc_w1et8xMTXJzQvhq180xfr3SFjRBWcxAvOA3cDtt4u8A
plugins:
- search
- autorefs
- gen-files:
scripts:
- docs_src/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
options:
# Headings
show_root_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
# Members
members_order: source
# Docstrings
docstring_section_style: spacy
merge_init_into_class: true
# Signatures
show_signature_annotations: true
separate_signature: true
line_length: 60
signature_crossrefs: true
unwrap_annotated: true
- link-marker
markdown_extensions:
- attr_list
- pymdownx.highlight:
default_lang: python
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
nav:
- anymerge: index.md
- API Reference: reference/