-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (118 loc) · 3.12 KB
/
mkdocs.yml
File metadata and controls
125 lines (118 loc) · 3.12 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
site_name: illia
site_description: Framework agnostic Bayesian Neural Network library
repo_name: EricssonResearch/illia
repo_url: https://github.com/EricssonResearch/illia
copyright: © Telefonaktiebolaget LM Ericsson 1994-2025
theme:
name: "material"
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: black
toggle:
icon: material/weather-sunny
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-night
name: "Switch to light mode"
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.tooltips
- announce.dismiss
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.indexes
- search.suggest
- toc.follow
- toc.integrate
logo: assets/images/white_logo_illia.png
favicon: assets/images/white_logo_illia.png
icon:
repo: fontawesome/brands/github
use_directory_urls: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- abbr
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- toc:
toc_depth: 2
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search:
lang: en
- mkdocstrings:
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
options:
summary: false
merge_init_into_class: false
docstring_style: google
show_root_heading: false
show_source: true
show_bases: false
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
show_root_toc_entry: false
modernize_annotations: true
show_submodules: false
filters: ["!get_config", "!build", "!^_[^_]"]
extra:
ignore_init_summary: true
show_special_methods: false
- git-revision-date-localized
- git-authors:
show_email_address: false
- enumerate-headings:
toc_depth: 1
exclude:
- index.md
- examples/*
- reference/*
- mkdocs-jupyter:
ignore_h1_titles: True
- awesome-nav
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/ericsson/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@ericsson
- icon: fontawesome/brands/x-twitter
link: https://x.com/ericsson
version:
provider: mike
default: latest
extra_css:
- assets/css/custom.css