-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (42 loc) · 1.07 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
site_name: WebGestaltPy
repo_url: https://github.com/bzhanglab/webgestaltpy
site_url: https://bzhanglab.github.io/webgestaltpy/
plugins:
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: jy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_name: bzhanglab/webgestaltpy
theme:
name: material
custom_dir: docs/overrides
palette:
scheme: default
primary: white
logo: assets/logo.svg
favicon: assets/favicon-32x32.png
icon:
repo: material/github
features:
- navigation.tabs
- content.code.copy
extra:
version:
provider: mike