forked from online-ml/river
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (58 loc) · 1.29 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
# Project information
site_name: River
site_description: Machine learning for data streams in Python
site_author: The river developers
site_url: https://riverml.xyz
# Repository
repo_name: online-ml/river
repo_url: https://github.com/online-ml/river
edit_uri: ""
# Copyright
copyright: Copyright © 2019 - 2020
# Configuration
theme:
name: material
custom_dir: docs/overrides
language: en
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
logo: img/river_square.svg
favicon: img/favicon.ico
features:
- navigation.tabs
- navigation.instant
# Extras
extra:
analytics:
provider: google
property: UA-63302552-3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/online-ml/river
# Extensions
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
toc_depth: "1-3"
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- awesome-pages
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
- js/version-select.js
extra_css:
- stylesheets/extra.css
- css/version-select.css