-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (37 loc) · 932 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
site_name: "shimeri"
site_url: "https://yutaka-shoji.shimeri.github.io/"
theme:
name: "material"
features:
- content.code.copy
repo_name: yutaka-shoji/shimeri
repo_url: https://github.com/yutaka-shoji/shimeri
copyright: Copyright © 2024 Shoji, Yutaka
nav:
- Home:
- Overview: index.md
- License: license.md
- API reference:
psychrometrics: api/psychrometrics.md
psychrometricchart: api/psychrometricchart.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [.]
options:
members_order: alphabetical
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js