forked from initze/thaw-slump-segmentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (35 loc) · 863 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Thaw Slump Segmentation
repo_name: thaw-slump-segmentation
repo_url: https://github.com/initze/thaw-slump-segmentation
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.action.edit
- toc.integrate
- toc.follow
- navigation.path
- navigation.top
- navigation.tabs
- navigation.footer
nav:
- ...
- scripts.md
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
paths: [src] # search packages in the src folder
show_if_no_docstring: true
- search
- awesome-pages
- gen-files:
scripts:
- docs/gen_doc_stubs.py