-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
48 lines (45 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
site_name: '👋 oktopus'
site_description: 'Graph-GPT your own datasmall and efficient llm models!'
theme:
name: material
theme:
palette:
primary: indigo
features:
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.prune
- navigation.indexes
plugins:
- search
- autorefs
- section-index
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
show_submodules: no
separate_signature: true
- gen-files:
scripts:
- docs/gen_code_docs_pages.py
- mkdocs-jupyter:
ignore: ["gen_code_docs_pages.py"]
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
watch:
- 'oktopus'
- docs