-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (32 loc) · 887 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
site_name: My Docs
theme:
name: mkdocs
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
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
nav:
- Project Documentation: index.md
- Information: info.md