forked from labsyspharm/scimap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (58 loc) · 1.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
site_name: scimap
site_description: Single-Cell Image Analysis Package
site_author: Ajit Johnson Nirmal
repo_url: https://github.com/ajitjohnson/scimap
edit_uri: https://github.com/ajitjohnson/scimap/edit/master/docs
# mkdocs.yml
theme:
name: "material"
logo: ./assets/favicon.png
favicon: ./assets/favicon.png
features:
- navigation.instant
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
palette:
- scheme: default
primary: teal
toggle:
primary: teal
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- mkdocstrings:
handlers:
python:
rendering:
show_signature_annotations: no
heading_level: 4
- search:
prebuild_index: true
- autorefs
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.inlinehilite
- footnotes
- meta
- tables
- markdown.extensions.tables
- pymdownx.highlight:
linenums: true
extra_css:
- stylesheets/extra.css
extra:
copyright: Copyright © 2020 - 2021 Ajit Johnson Nirmal
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/ajitjohnson_n
name: Twitter