-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (79 loc) · 2.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
80 lines (79 loc) · 2.03 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
---
theme:
name: material
features:
- navigation.sections
- navigation.path
- navigation.indexes
- search.suggest
- search.highlight
palette:
- scheme: default
primary: white
accent: amber
toggle:
icon: material/eye
name: Switch to dark mode
- scheme: slate
primary: black
accent: amber
toggle:
icon: material/eye-outline
name: Switch to light mode
icon:
repo: fontawesome/brands/github
font:
text: Fira Sans
site_name: probdiffeq documentation
site_description: The documentation for the probdiffeq library.
site_author: Nicholas Krämer
strict: true
repo_url: https://github.com/pnkraemer/probdiffeq
repo_name: pnkraemer/probdiffeq
# Credit for a good amount of this setup: https://github.com/patrick-kidger/diffrax
extra_css: [_stylesheets/extra.css]
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
base_path: docs
- admonition
- toc:
permalink: ¤
toc_depth: 2
extra_javascript:
# Credit:
# https://github.com/patrick-kidger/diffrax
# and https://squidfunk.github.io/mkdocs-material/reference/mathjax/
- _javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_signature_annotations: true
show_bases: false
show_source: false
inherited_members: false
show_if_no_docstring: true
show_root_heading: false
show_root_toc_entry: false
merge_init_into_class: true
members_order: alphabetical
group_by_category: false
- mkdocs-jupyter:
include: ['*.py']
execute: true
allow_errors: false
- awesome-pages
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/@pnkraemer
name: pnkraemer
generator: false