-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 889 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 889 Bytes
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
site_name: SpatialPerturb
site_description: Tools for spatial perturbation analysis
repo_url: https://github.com/hutaobo/SpatialPerturb
repo_name: SpatialPerturb
copyright: "SPATHO © 2025"
theme:
name: material
language: zh
features:
- navigation.sections
- navigation.instant
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
# 关键:让 mkdocstrings 能 import 到 src 布局下的包
setup_commands:
- import os, sys; sys.path.insert(0, os.path.abspath("src"))
options:
docstring_style: numpy
show_source: true
show_signature: true
separate_signature: true
- git-revision-date-localized:
fallback_to_build_date: true
nav:
- 主页: index.md
- API 参考: api.md