-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
45 lines (40 loc) · 929 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
site_name: oai_repo Module
repo_url: https://github.com/MSU-Libraries/oai_repo
repo_name: MSU-Libraries/oai_repo
theme:
name: "material"
features:
- navigation.expand
- navigation.instant
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
watch:
- src/oai_repo
plugins:
- search:
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: google
show_root_heading: true
show_source: false
heading_level: 3
line_length: 100
show_signature_annotations: true
nav:
- About: index.md
- Quick Start:
- Installation: installation.md
- Simple Example: example.md
- API Reference:
- Overview: overview.md
- Implementation Classes: implementation.md
- Helpers: helpers.md
- Exceptions: exceptions.md