forked from Materials-Consortia/optimade-python-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·100 lines (90 loc) · 2.37 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: OPTIMADE Python tools
site_description: Documentation for the OPTIMADE Python tools
site_url: https://www.optimade.org/optimade-python-tools/
copyright: Built by the Materials-Consortia
theme:
name: material
font:
text: 'Karla'
code: 'Share Tech Mono'
features:
- content.code.copy
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: black
accent: red
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: black
accent: red
icon:
repo: fontawesome/brands/github
logo: https://matsci.org/uploads/default/original/2X/b/bd2f59b3bf14fb046b74538750699d7da4c19ac1.svg
favicon: images/favicon.png
language: en
repo_name: optimade-python-tools
repo_url: https://github.com/Materials-Consortia/optimade-python-tools
edit_uri: ""
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Materials-Consortia
version:
provider: mike
default: stable
extra_css:
- css/reference.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- toc:
permalink: true
plugins:
- search:
lang: en
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: false
show_root_toc_entry: true
show_root_full_path: true
show_object_full_path: false
show_category_heading: false
show_if_no_docstring: false
show_source: true
show_bases: true
group_by_category: true
heading_level: 2
filters:
- "!^_[^_]"
- "!__json_encoder__$"
- "!__all__$"
- "!__config__$"
- "!ValidatorResults$"
members: true
inherited_members: true
docstring_style: google
enable_inventory: true
- awesome-pages
- autorefs
watch:
- optimade