-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
51 lines (50 loc) · 1.2 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
site_name: aimsprop
theme:
name: material
palette:
- scheme: default
primary: pink
accent: cyan
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.expand
icon:
repo: fontawesome/brands/github-alt
repo_url: https://github.com/mtzgroup/aimsprop
edit_uri: edit/develop/docs/
site_author: Colton Hicks
extra_css:
- css/extra.css
plugins:
- mkdocstrings:
watch:
- aimsprop
- scripts
handlers:
python:
rendering:
show_root_heading: True
show_root_full_path: True
show_category_heading: True
show_signature_annotations: True
show_if_no_docstring: True
group_by_category: True
heading_level: 2
selection:
new_path_syntax: True
inherited_members: True
filters:
- "!^_"
- "^__init__$"
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
permalink: 🔗
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg