-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
65 lines (55 loc) · 1.34 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
65
site_name: microvis
site_url: https://github.com/tlambert03/microvis
site_author: Talley Lambert
repo_name: tlambert03/microvis
repo_url: https://github.com/tlambert03/microvis
copyright: Copyright © 2021 - 2022 Talley Lambert
watch:
- src
hooks:
- docs/_hooks.py
plugins:
- search
- autorefs
- minify:
minify_html: true
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
docstring_style: numpy
show_bases: false
merge_init_into_class: yes
show_source: no
show_root_full_path: no
# show_root_heading: yes
docstring_section_style: list
show_root_toc_entry: yes
heading_level: 3
markdown_extensions:
- tables
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
permalink: "#"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: material/image
features:
- navigation.instant
- search.highlight
- search.suggest
extra_css:
- stylesheets/extra.css