-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 1.01 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
site_name: ElFragmentador Documentation
theme:
name: material
extra:
analytics:
provider: google
property: G-QKEQ9R2MR7
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- autorefs
- mkquartodocs:
keep_output: false
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
show_root_heading: true
show_root_members_full_path: true
show_object_full_path: false
show_category_heading: true
docstring_style: google
line_length: 120
members_order: source
show_if_no_docstring: true
show_signature_annotations: true
annotations_path: source
docstring_section_style: spacy
docstring_options:
ignore_init_summary: no
merge_init_into_class: yes