forked from online-ml/river
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (87 loc) · 2.1 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
# Project information
site_name: River
site_description: Online machine learning in Python
site_author: The Fellowship of Online Machine Learning
site_url: https://riverml.xyz
docs_dir: docs/linkified
# Repository
repo_name: online-ml/river
repo_url: https://github.com/online-ml/river
edit_uri: ""
# Copyright
copyright: Copyright © 2019 - 2023
# Configuration
theme:
name: material
custom_dir: docs/overrides
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Fira Sans
code: Fira Code
logo: img/icon.png
favicon: img/favicon.ico
features:
- content.code.copy
- navigation.tabs
- navigation.instant
- navigation.indexes
- navigation.prune
# Extras
extra:
analytics:
provider: google
property: UA-63302552-3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/online-ml/river
version:
provider: mike
# Extensions
markdown_extensions:
- admonition
- footnotes
- tables
- toc:
permalink: true
toc_depth: "1-3"
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
plugins:
- search
- awesome-pages
- charts
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra_css:
- stylesheets/extra.css