-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (65 loc) · 1.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
site_name: dagster-pyiceberg
# Repository
repo_name: JasperHG90/dagster-pyiceberg
repo_url: https://github.com/JasperHG90/dagster-pyiceberg
edit_uri: ""
nav:
- Home: index.md
- Installation: installation.md
- Quickstart: quickstart.md
- Features: features.md
- Reference: reference.md
- Developing: development.md
- "Code reference": code_reference.md
theme:
name: "material"
logo: assets/dagster-pyiceberg-logo-small.png
features:
- content.code.select
- content.code.copy
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths:
- src/dagster_pyiceberg
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
filters: ["!^_"]
heading_level: 1
inherited_members: true
merge_init_into_class: true
parameter_headings: true
preload_modules: [mkdocstrings]
relative_crossrefs: true
scoped_crossrefs: true
separate_signature: true
show_bases: false
show_inheritance_diagram: true
show_root_heading: true
show_root_full_path: true
show_signature_annotations: true
show_source: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
unwrap_annotated: true
- include-markdown