forked from connectrpc/connect-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 804 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (30 loc) · 804 Bytes
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
site_name: Connect Documentation
theme:
name: material
features:
- content.code.copy
- content.tabs.link
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_options:
ignore_init_summary: true
members_order: source
merge_init_into_class: true
show_signature: false
inventories:
- https://docs.python.org/3/objects.inv
- https://googleapis.dev/python/protobuf/latest/objects.inv
markdown_extensions:
- pymdownx.highlight:
default_lang: python
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
- pymdownx.tabbed:
alternate_style: true