-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (87 loc) · 2.75 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
site_name: "GitHarbor"
site_description: "Unified client for GitHub, GitLab and BitBucket"
repo_url: "https://github.com/phil65/githarbor/"
site_url: https://phil65.github.io/githarbor/
site_author: "Philipp Temminghoff"
copyright: Copyright © 2024 Philipp Temminghoff
theme:
name: material
custom_dir: overrides
icon:
logo: material/graph-outline
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- announce.dismiss
- content.action.edit
- content.code.copy
- content.code.select
- content.code.annotate
- content.tooltips
# - content.tabs.link
- navigation.tracking # update URL based on current item in TOC
- navigation.path # shows breadcrumbs
- navigation.tabs # make top level tabs
- navigation.indexes # documents can be directly attached to sections (overview pages)
- navigation.footer # next/previous page buttons in footer
- navigation.top # adds back-to-top button
# - navigation.sections # top-level sections are rendered as groups
# - navigation.expand # expand all subsections in left sidebar by default
- toc.follow # makes toc follow scrolling
# - toc.integrate # integrates toc into left menu
- search.highlight
- search.suggest
# - search.share
plugins:
- search
- autorefs
- mknodes
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- url: https://docs.python.org/3/objects.inv
domains: [std, py]
options:
# https://mkdocstrings.github.io/python/usage/
enable_inventory: !ENV [CI, false]
show_signature_annotations: true
show_symbol_type_toc: true
show_symbol_type_heading: true
show_root_toc_entry: false
# merge_init_into_class: true
ignore_init_summary: true
inherited_members: false
signature_crossrefs: true
separate_signature: true
line_length: 90
markdown_extensions:
- attr_list
- pymdownx.emoji
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/phil65
- icon: fontawesome/brands/python
link: https://pypi.org/project/githarbor/