-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (36 loc) · 876 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (36 loc) · 876 Bytes
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
site_name: Classification with Born's Rule
site_url: https://bornrule.eguidotti.com/
repo_url: https://github.com/eguidotti/bornrule
theme:
logo: img/logo.svg
favicon: img/favicon.svg
name: material
palette:
- scheme: default
primary: blue grey
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue grey
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- markdown_katex:
no_inline_svg: True
insert_fonts_css: True