-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
75 lines (70 loc) · 1.73 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
site_name: SL10n Docs
repo_name: SyberiaK/sl10n
repo_url: https://github.com/SyberiaK/sl10n
edit_uri: edit/main/docs/
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
palette:
scheme: slate
primary: black
features:
- content.code.annotate
- content.code.copy
- content.action.edit
- content.action.view
# - header.autohide
- navigation.indexes
- navigation.instant
- navigation.top
# - toc.integrate
plugins:
- git-revision-date-localized:
enable_creation_date: true
- mkdocstrings:
default_handler: python
custom_templates: docs/templates
handlers:
python:
paths: [ src ]
options:
show_source: false
show_root_heading: true
show_root_full_path: false
separate_signature: true
show_signature_annotations: true
line_length: 60
merge_init_into_class: true
# show_symbol_type_heading: true
# show_symbol_type_toc: true
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- index.md
- quick-start.md
- locale-containers.md
- reference.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SyberiaK
name: SyberiaK on GitHub
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/syberiakey
name: SyberiaK on Twitter (screw you Elon)