-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
40 lines (37 loc) · 902 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
site_name: SDFEst
site_url: https://roym899.github.io/sdfest/
repo_url: https://github.com/roym899/sdfest
repo_name: roym899/sdfest
edit_uri: edit/main/docs
theme:
name: material
icon:
repo: fontawesome/brands/github
extra_css:
- css/mkdocstrings.css
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
watch:
- sdfest
handlers:
python:
rendering:
show_root_heading: true
show_signature_annotations: true
show_source: true
separate_signature: True
docstring_section_style: "spacy"
line_length: 75
members_order: source
selection:
docstring_style: "google"
enable_inventory: true
nav:
- Getting started: index.md
- API Reference: reference/