-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
39 lines (35 loc) · 922 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
site_name: MouseBehaviour
repo_url: https://github.com/BhallaLab/MouseBehaviour
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- c++
- python
nav:
- Home: index.md
- Build pipeline: build_pipeline.md
- Run pipeline: run_pipeline.md
- Using GUI: gui.md
- EDA (PCB, Circuit Board, Arduino): eda.md
- CAD (3d designs etc): cad.md
extra_css: [extra.css]
markdown_extensions:
- admonition
- toc
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'