-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
75 lines (69 loc) · 1.7 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
site_name: overviewpy
site_url: https://cosimameyer.github.io/overviewpy/
repo_url: https://github.com/cosimameyer/overviewpy
repo_name: cosimameyer/overviewpy
theme:
name: "material"
icon:
logo: material/desk-lamp-on
repo: material/github
features:
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
extra:
consent:
title: Cookie consent
description: >-
I took great care to disable all third party cookies and scripts. However, there might be some cookies left which would like to be used.
actions:
- accept
- reject
- manage
cookies:
github:
name: GitHub
checked: false
analytics:
name: Google Analytics
checked: false
copyright: >
Copyright © 2023 –
<a href="#__consent">Change cookie settings</a>
plugins:
- mkdocstrings
- mkdocs-jupyter:
execute: true
- search:
lang: en
markdown_extensions:
- md_in_html
- attr_list
- toc:
permalink: true
- markdown_include.include:
base_path: '.'
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- index.md
- Getting started: example.ipynb
- reference.md
- News: changelog.md
- Contribute: contributing.md
- Code of conduct: conduct.md