-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (43 loc) · 1.04 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
site_name: Medconb Client
site_description: "A Python library for communicating with MedConB."
repo_url: "https://github.com/Bayer-Group/medconb-client"
repo_name: "Bayer-Group/medconb-client"
site_dir: "site"
watch: [mkdocs.yml, README.md, CONTRIBUTING.md, medconb_client.py]
copyright: Copyright © 2024 Bayer AG
nav:
- Home: index.md
- Installation: installation.md
- Examples / How-To: examples.md
- API reference: reference/
- License: license.md
markdown_extensions:
- pymdownx.snippets
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
# - mkdocs-jupyter
- glightbox
- gen-files:
scripts:
- scripts/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
options:
docstring_style: "google"
heading_level: 1
merge_init_into_class: true
# show_source: false
theme:
name: material
palette:
primary: red
features:
- content.code.copy