-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (39 loc) · 938 Bytes
/
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
site_name: scarf
nav:
- Home: index.md
theme:
name: material
features:
- content.code.copy
- content.code.annotate
# favicon: img/favicon.png
# logo: img/favicon.png
repo_url: https://github.com/chris-santiago/scarf
plugins:
- search
- autorefs
- table-reader
- mkdocstrings:
handlers:
python:
paths: [ . ]
options:
show_root_full_path: true
show_submodules: true
docstring_style: numpy
merge_init_into_class: false
markdown_extensions:
# For Code Blocks
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# For Admonitions
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg