-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (40 loc) · 1.03 KB
/
mkdocs.yml
File metadata and controls
45 lines (40 loc) · 1.03 KB
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
site_name: HTTPX Retries
site_url: https://will-ockmore.github.io/httpx-retries
repo_url: https://github.com/will-ockmore/httpx-retries
repo_name: will-ockmore/httpx-retries
nav:
- Home: index.md
- Guides:
- Retry Behaviour: behaviour.md
- Logging: logging.md
- Differences With Other Retry Libraries: differences_with_other_retry_libraries.md
- FAQs: faq.md
- API: api.md
- Contributing: contributing.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- mkdocstrings:
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- codehilite:
css_class: highlight