-
Notifications
You must be signed in to change notification settings - Fork 67
/
mkdocs.yml
72 lines (67 loc) · 1.67 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
site_name: Chispa
edit_uri: edit/main/docs/
repo_name: MrPowers/chispa
repo_url: https://github.com/MrPowers/chispa
site_url: https://mrpowers.github.io/chispa/
site_description: PySpark test helper methods with beautiful error messages.
site_author: Matthew Powers
copyright: Maintained by <a href="https://github.com/MrPowers">Matthew</a>.
nav:
- Home: index.md
- API Docs: reference/SUMMARY.md
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- section-index
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: google
docstring_options:
show_if_no_docstring: true
show_source: true
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MrPowers/chispa
- icon: fontawesome/brands/python
link: https://pypi.org/project/chispa/
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- markdown_include.include:
base_path: .