-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathzensical.toml
More file actions
51 lines (39 loc) · 1.36 KB
/
zensical.toml
File metadata and controls
51 lines (39 loc) · 1.36 KB
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
[project]
site_name = "connectrpc"
site_url = "https://connectrpc.github.io/connect-python/"
site_description = "The Python implementation of Connect: Protobuf RPC that works"
site_author = "Connect Authors"
copyright = "© The Connect Authors"
repo_url = "https://github.com/connectrpc/connect-python"
nav = ["api.md"]
[project.theme]
favicon = "img/favicon.png"
[project.theme.icon]
repo = "fontawesome/brands/github"
[project.markdown_extensions.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.pymdownx.blocks.caption]
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.snippets]
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[project.plugins.mkdocstrings.handlers.python]
inventories = ["https://docs.python.org/3/objects.inv"]
paths = ["src"]
[project.plugins.mkdocstrings.handlers.python.options]
docstring_options = { ignore_init_summary = true }
docstring_style = "google"
inherited_members = false
members_order = "source"
merge_init_into_class = true
relative_crossrefs = true
scoped_crossrefs = true
signature_crossrefs = true
show_root_heading = true
show_signature = false
show_source = false