-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yaml
43 lines (37 loc) · 935 Bytes
/
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
site_name: object-store-python
repo_url: https://github.com/roeap/object-store-python
nav:
- Home: index.md
- Reference: reference.md
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to system preference
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_root_full_path: false
show_bases: false