-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
57 lines (51 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
site_name: rdsa-utils Documentation
theme:
name: ons_mkdocs_theme
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
repo_name: rdsa-utils
repo_url: https://github.com/ONSdigital/rdsa-utils
plugins:
- mkdocstrings:
handlers:
python:
options:
# All options can be found at: https://mkdocstrings.github.io/python/usage/#globallocal-options
docstring_style: numpy
show_signature_annotations: True
show_source: False
show_root_heading: True
merge_init_into_class: True
- material/search
- git-revision-date-localized
- mkdocs-jupyter:
include_source: True
include: ["*.ipynb"] # Default: ["*.py", "*.ipynb"]
ignore: ["*.py"]
remove_tag_config:
remove_input_tags:
- hide_code
remove_all_outputs_tags:
- hide_out
- mermaid2
nav:
- rdsa-utils: index.md
- API Reference: reference.md
- Contribution Guide: contribution_guide.md
- Branching & Deployment Guide: branch_and_deploy_guide.md
extra:
social:
- icon: fontawesome/brands/github
link: <insert repo link>
# Do not remove the copy right section. But you can change the copyright information.
copyright: |
© <a href="https://www.ons.gov.uk">Office for National Statistics 2024</a>