-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
72 lines (72 loc) · 1.89 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
site_name: Nio-Bot Docs
theme:
name: "material"
palette:
scheme: slate
features:
- content.tabs.link
- content.action.edit
- navigation.footer
- header.autohide
- search.share
- navigation.instant
- navigation.tracking
markdown_extensions:
- admonition
- def_list
- attr_list
- md_in_html
- abbr
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/nexy7574/niobot
edit_uri: edit/master/docs/
plugins:
- search
- autorefs
- glightbox
- mkdocstrings:
handlers:
python:
options:
annotations_path: brief
docstring_style: sphinx
show_source: false
load_external_modules: true
members_order: source
show_submodules: true
signature_crossrefs: true
show_signature_annotations: true
heading_level: 3
line_length: 60
separate_signature: true
allow_inspection: true
show_signature: true
import:
- https://docs.python.org/3/objects.inv
- https://matrix-nio.readthedocs.io/en/latest/objects.inv
- https://docs.aiohttp.org/en/stable/objects.inv
- https://pillow.readthedocs.io/en/stable/objects.inv
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
type: datetime
extra:
social:
- icon: simple/matrix
link: https://matrix.to/#/#niobot:nexy7574.co.uk
version:
provider: mike