-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
67 lines (59 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
67
# Project information
site_name: Virny
site_description: Responsible AI Toolset in Python
# Repository
repo_name: DataResponsibly/virny
repo_url: https://github.com/DataResponsibly/Virny
edit_uri: ""
# Copyright
copyright: Copyright © 2024
# Theme configuration
theme:
name: material
custom_dir: docs/overrides
language: en
palette:
primary: deep purple
accent: deep purple
font:
text: Open Sans
code: Roboto Mono
features:
- navigation.tabs
- navigation.instant
- navigation.indexes
# Extras
extra:
analytics:
provider: google
property: UA-63302552-3
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/DataResponsibly/Virny
version:
provider: mike
# 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
- mike
- redirects:
redirect_maps:
index.md: introduction/welcome_to_virny.md
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css