-
Notifications
You must be signed in to change notification settings - Fork 40
/
mkdocs.yml
43 lines (37 loc) · 1019 Bytes
/
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
site_name: Probatus
repo_url: https://github.com/ing-bank/probatus/
site_url: https://ing-bank.github.io/probatus/
site_description: Validation of regressors and classifiers and data used to develop them
site_author: ING Bank N. V.
use_directory_urls: false
watch:
- probatus
plugins:
- mkdocs-jupyter
- search
- mkdocstrings:
handlers:
python:
options:
selection:
inherited_members: true
filters:
- "!^Base"
- "!^_" # exlude all members starting with _
- "^__init__$" # but always include __init__ modules and methods
rendering:
show_root_toc_entry: false
theme:
name: material
logo: img/Probatus_P_white.png
favicon: img/Probatus_P_white.png
font:
text: Ubuntu
code: Ubuntu Mono
features:
- navigation.tabs
palette:
scheme: default
primary: deep orange
accent: indigo
copyright: Copyright © ING Bank N.V.