-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 746 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 746 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
37
38
39
40
41
42
site_name: ASLtoolkit
repo_url: https://github.com/LOAMRI/Slicer-ASLtoolkit
repo_name: LOAMRI/Slicer-ASLtoolkit
edit_uri: tree/main/docs
theme:
name: readthedocs
language: en
palette:
scheme: default
primary: custom
accent: cyan
font:
text: Arial
code: Roboto Mono
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- content.footnote.tooltips
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.expand
markdown_extensions:
- admonition
- attr_list
- footnotes
extra_css:
- stylesheets/extra.css
nav:
- 'index.md'
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [Slicer_ASLtoolkit]