-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (46 loc) · 1.12 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
site_name: neb-dynamics
site_url: https://mtzgroup.github.io/neb-dynamics/
theme:
name: material
palette:
- scheme: default
primary: blue
accent: orange
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.expand
icon:
repo: fontawesome/brands/github-alt
repo_url: https://github.com/mtzgroup/neb-dynamics
edit_uri: edit/master/docs/
site_author: Jan Estrada Pabón
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_heading: False
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: 🔗
- markdown_include.include:
base_path: docs