-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (31 loc) · 758 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (31 loc) · 758 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
site_name: Template package
site_url: https://username.github.io/your_repo
repo_url: https://github.com/username/your_repo
nav:
- 'index.md'
theme:
name: material
locale: en
highlightjs: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_section_style: list
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
show_root_heading: true
show_root_full_path: false
show_source: false