-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (57 loc) · 1.47 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
site_name: Galileo Protect
nav:
- Galileo Protect Reference: index.md
- Galileo Docs: https://docs.rungalileo.io/
theme:
name: material
favicon: images/favicon.png
logo: images/logo.png
features:
- search.suggest
- search.highlight
- search.share
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.expand
- navigation.path
- navigation.footer
- navigation.top
- toc.integrate
palette:
primary: deep purple
accent: purple
copyright: Copyright © 2024 Galileo Technologies, Inc.
remote_branch: docs
extra:
generator: false
markdown_extensions:
- toc:
permalink: true
toc_depth: 2
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_submodules: false
show_source: false
preload_modules:
- galileo_core
members: true
members_order: source
docstring_style: "numpy"
docstring_section_style: "list"
show_signature_annotations: true
show_symbol_type_toc: true
signature_crossrefs: true
show_symbol_type_heading: true
unwrap_annotated: true
show_if_no_docstring: true
load_external_modules: true
merge_init_into_class: true
separate_signature: true
extensions:
- griffe_fieldz: { include_inherited: true }