-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
46 lines (42 loc) · 921 Bytes
/
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
site_name: napari_lattice
markdown_extensions:
- mkdocs-click
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.blocks.caption
nav:
- index.md
- installation.md
- napari_plugin.md
- cli.md
- api.md
- workflow.md
- development.md
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
heading_level: 3
show_root_heading: true
# Inheritance and source are useful for advanced users,
# but possibly confusing for others
show_bases: false
show_source: false
show_signature_annotations: true
separate_signature: true
signature_crossrefs: true
extensions:
- griffe_fieldz:
include_inherited: true
theme:
name: material
features:
- content.code.copy