-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
42 lines (37 loc) · 891 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
site_name: MEDS-DEV
repo_url: https://github.com/mmcdermott/PIE_MD
site_description: Documentation for the MEDS-DEV Benchmarking Effort
site_author: Matthew McDermott
nav:
- Home: index.md
#- API: api/
- Issues: https://github.com/mmcdermott/PIE_MD/issues
theme:
name: material
locale: en
markdown_extensions:
- smarty
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
- git-authors
- git-revision-date-localized