forked from LaplaceKorea/OrderBookMatchingEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
46 lines (39 loc) · 918 Bytes
/
mkdocs.yaml
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
site_name: Order Book Matching Engine
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
repo_url: https://github.com/khrapovs/OrderBookMatchingEngine
nav:
- Home: index.md
- Code Reference: reference/
watch:
- src
plugins:
- search
- macros:
include_dir: .
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: false
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js