-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
44 lines (38 loc) · 887 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
44
site_name: Mackathon
nav:
- Home: index.md
- API: api.md
#- Notebooks:
# - Example Notebook: notebooks/example.ipynb
# - FID notebook: notebooks/fid.ipynb
theme:
name: material
palette:
primary: 'indigo'
accent: 'indigo'
collapse_navigation: False
plugins:
- search
#- mkdocs-jupyter
- include-markdown
- mkdocstrings:
watch:
- labproject
handlers:
python:
rendering:
show_source: true
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js