-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
104 lines (95 loc) · 2.5 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: PyMoe
site_url: https://ccubed.github.io/pymoe
nav:
- Home: index.md
- 'User Guide':
- 'Start Here': userguide.md
- 'Anime Module':
- Overview: anime/start.md
- Anilist: anime/anilist.md
- Kitsu: anime/kitsu.md
- MyAnimeList: anime/mal.md
- 'LN Module':
- Overview: ln/start.md
- Bakatsuki: ln/bakatsuki.md
- WLNUpdates: ln/wlnupdates.md
- 'Manga Module':
- Overview: manga/start.md
- Anilist: manga/anilist.md
- Kitsu: manga/kitsu.md
- MangaUpdates: manga/mangaupdates.md
- 'Building From Source': building.md
- 'Autogenerated Code Documentation':
- 'Start Here': autogenerated.md
- 'Anime Classes': autogen/anime.md
- 'Manga Classes': autogen/manga.md
- 'LN Classes': autogen/ln.md
theme:
name: material
font:
text: Fira Sans
code: Fira Code
icon:
repo: fontawesome/brands/github
view: material/eye
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: deep purple
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: blue grey
features:
- search
- search.suggest
- search.highlight
- search.share
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- toc.integrate
- navigation.top
- content.action.view
markdown_extensions:
- admonition
- attr_list
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [pymoe]
options:
docstring_style: sphinx
docstring_section_style: spacy
merge_init_into_class: true
heading_level: 3
show_if_no_docstring: true
docstring_options:
ignore_init_summary: true
- git-revision-date-localized:
enable_creation_date: true
type: datetime
repo_url: https://github.com/ccubed/PyMoe
repo_name: ccubed/PyMoe
copyright: Copyright © 2024 Charles Click under the MIT License
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ccubed