forked from daizutabi/mkapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (44 loc) · 1 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
site_name: MkApi
site_url: https://mkapi.daizutabi.net/
site_description: API documentation with MkDocs.
site_author: daizutabi
site_dir: ../mkapi-site/site
repo_url: https://github.com/daizutabi/mkapi/
edit_uri: ""
theme:
name: ivory
highlightjs: true
hljs_languages:
- yaml
extra_css:
- custom.css
plugins:
- search
- pheasant:
version: mkapi
- mkapi:
src_dirs: [examples]
on_config: custom.on_config
nav:
- index.md
- Examples:
- examples/google_style.md
- examples/numpy_style.md
- Advanced Usage:
- usage/module.md
- usage/inherit.md
- usage/page.md
- usage/filter.md
- usage/library.py
- usage/custom.md
- Appendix:
- appendix/type.py
- appendix/method.md
- appendix/inherit.md
- appendix/order.md
- appendix/decorator.md
- API: mkapi/api/mkapi|upper|strict
markdown_extensions:
- pymdownx.arithmatex
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML