-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (36 loc) · 962 Bytes
/
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
site_name: gmalglib 用户指南
site_url: "https://gmalglib.readthedocs.io/zh-cn/latest/"
site_author: ww-rm
site_description: "gmalglib 用户指南"
repo_url: https://github.com/ww-rm/gmalglib/
edit_uri: blob/main/docs/
theme:
name: readthedocs
locale: zh_CN
nav:
- "主页": "index.md"
# - "quickstart.md"
- "api.md"
markdown_extensions:
- toc:
permalink: true
plugins:
- search:
lang: zh
- mkdocstrings:
handlers:
python:
import:
- url: https://docs.python.org/3/objects.inv
domains: [py, std]
paths: [src]
options:
show_root_heading: true
show_root_full_path: true
show_root_members_full_path: true
show_object_full_path: true
show_source: false
merge_init_into_class: true
members_order: source
docstring_options:
ignore_init_summary: true