This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
102 lines (93 loc) · 2.35 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
101
102
site_name: Fenv
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- toc:
permalink: "¤"
nav:
- Fenv Docs: index.md
- Tutorials: tutorials.md
- How-To Guides: how-to-guides.md
- Class Fenv: Fenv.md
- Class Environment All: EnvAll.md
- Class Manage File: manage_file.md
- Class Commands: commands.md
- Class Colors: colors.md
- Class State Environment: state_env.md
- Change Log: changelog.md
theme:
language: en
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- navigation.footer
- content.action.edit
- content.code.copy
- content.code.annotate
- navigation.top
- navigation.tabs.sticky
logo: assets/logo.png
favicon: assets/android-chrome-512x512.png
direction: ltr
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
generator: false
alternate:
- name: English
link: /
lang: en
- name: ไทย
link: /th/
lang: th
social:
- icon: fontawesome/brands/github
link: https://github.com/watchakorn-18k/Fenv
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
import:
- https://docs.python.org/3/objects.inv
- https://mkdocstrings.github.io/objects.inv
- https://mkdocstrings.github.io/griffe/objects.inv
options:
docstring_style: google
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
separate_signature: yes
show_root_full_path: no
copyright: Copyright © 2023 - wk-18k
repo_url: https://github.com/watchakorn-18k/Fenv
repo_name: watchakorn-18k/Fenv
edit_uri: edit/master/docs/
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde