-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathmkdocs.yml
58 lines (58 loc) · 1.34 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site_name: meshplot
site_url: 'https://skoch9.github.io/meshplot/'
repo_name: 'skoch9/meshplot'
repo_url: 'https://github.com/skoch9/meshplot'
site_description: "A simple fast 2d and 3d mesh viewer"
# strict: true
docs_dir: 'docs'
remote_branch: 'gh-pages'
theme:
name: material
favicon: 'favicon.ico'
logo:
icon: ' '
palette:
primary: 'Orange'
accent: 'Deep Orange'
extra:
social:
- type: 'github'
link: 'https://github.com/skoch9/meshplot'
markdown_extensions:
- codehilite
- footnotes
- admonition
- toc:
permalink: true
- markdown.extensions.smarty
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
repo_url_shortener: true
user: meshplot
repo: meshplot
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- mknotebooks:
execute: true
preamble: "docs/plot_to_md.py"
timeout: -1
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
nav:
- Home: index.md
- Jupyter Tutorial: tutorial.ipynb
- Docs: meshplot_docs.md