This repository has been archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
/
mkdocs.yml
78 lines (72 loc) · 1.84 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
site_name: PyGPT4All
repo_url: https://github.com/nomic-ai/pygpt4all
repo_name: nomic-ai/pygpt4all
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/nomic-ai/pygpt4all
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
copyright: |
© 2023 <a href="https://github.com/abdeladim-s" target="_blank" rel="noopener">abdeladim-s</a>
plugins:
- search
- macros:
include_dir: .
- mkdocstrings:
handlers:
python:
paths: [src]
options:
separate_signature: true
docstring_style: sphinx
docstring_section_style: table
members_order: source
merge_init_into_class: true
show_bases: true
show_if_no_docstring: false
show_root_full_path: true
show_root_heading: true
show_submodules: true
md_in_html: true
filters:
- "!^_"
watch:
- pygpt4all/