-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (41 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
46 lines (41 loc) · 1.01 KB
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
site_name: flash-sparse-attn
site_description: Flash Sparse Attention documentation
site_url: https://hkustdial.github.io/flash-sparse-attention/
repo_url: https://github.com/HKUSTDial/flash-sparse-attention
repo_name: HKUSTDial/flash-sparse-attention
theme:
name: material
features:
- navigation.sections
- navigation.instant
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
paths:
- .
options:
docstring_style: sphinx
show_root_heading: true
show_root_toc_entry: true
show_source: false
show_signature_annotations: true
members_order: source
filters:
- "!^_"
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- toc:
permalink: true
nav:
- API: api.md
- HuggingFace Kernel Hub: huggingface_kernels_guide.md
watch:
- flash_sparse_attn
- docs