-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
76 lines (70 loc) · 1.77 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
site_name: 'Thunder'
site_url: https://neuro-ml.github.io/thunder
repo_url: https://github.com/neuro-ml/thunder
plugins:
- search
- autorefs
- mike:
canonical_version: latest
- mkdocstrings:
handlers:
python:
selection:
docstring_style: numpy
rendering:
merge_init_into_class: true
members_order: source
show_if_no_docstring: true
show_bases: false
show_signature_annotations: true
show_root_heading: true
show_source: false
heading_level: 3
separate_signature: true
watch:
- thunder
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
markdown_extensions:
- admonition
- tables
- extra
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
toc_depth: 4
permalink: "#"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- style/css/termynal.css
- style/css/custom.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- style/js/termynal.js
- style/js/custom.js
extra:
version:
provider: mike