-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
85 lines (78 loc) · 2.14 KB
/
mkdocs.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
repo_name: 'Knowledge-Graph-Hub/restoration_ingests'
repo_url: 'https://github.com/Knowledge-Graph-Hub/restoration_ingests'
site_name: 'restoration_ingests'
site_url: 'https://Knowledge-Graph-Hub.github.io/restoration_ingests/'
### Optional: Uncomment the following line to customize the navigation bar
# nav:
theme:
name: 'material'
docs_dir: docs/
logo: ''
favicon: ''
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-2
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to light mode
font:
text: 'Source Sans Pro'
code: 'Source Sans Pro Mono'
plugins:
- search
- macros:
module_name: 'scripts/mkdocs-macros'
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://mkdocstrings.github.io/objects.inv
- https://mkdocstrings.github.io/griffe/objects.inv
options:
docstring_style: google
docstring_options:
docstring_section_style: table
ignore_init_summary: yes
merge_init_into_class: yes
# separate_signature: yes
show_signature: no
show_source: no
show_root_full_path: no
show_root_toc_entry: False
filters:
- '!^_[^_]'
# - '^_[^_]'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.emoji
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- attr_list
- pymdownx.betterem:
smart_enable: all
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed:
alternate_style: true
### Uncomment the following lines to add social link/s to the footer
# extra:
# social:
# - icon: 'fontawesome/solid/house'
# link: 'some_url'