-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 968 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 968 Bytes
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
site_name: NHP Model Documentation
site_description: Documentation for the NHP Model project
site_url: https://connect.strategyunitwm.nhs.uk/nhp/model_documentation/
repo_url: https://github.com/the-strategy-unit/nhp_model
repo_name: the-strategy-unit/nhp_model
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_heading: true
show_root_toc_entry: false
merge_init_into_class: true
filters:
- "!_version"
- "!__main__"
nav:
- Home: index.md
- API Reference: reference/