-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (40 loc) · 902 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
36
37
38
39
40
41
42
43
site_name: "" # use title from README
repo_url: https://github.com/wingechr/datatools
# Configuration
theme:
name: material
locale: en
features:
#- navigation.tabs
#- navigation.tabs.sticky
#- navigation.sections
#- navigation.indexes
#- navigation.path
#- navigation.tracking
#- navigation.footer
#- navigation.top
#- toc.follow
#- search.suggest
#- search.share
# Extensions
markdown_extensions:
#- admonition
#- attr_list
#- def_list
#- md_in_html
#- pymdownx.details
- pymdownx.superfences # code highlight
- pymdownx.snippets # include README
plugins:
#- mkdocs-jupyter:
# execute: true
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_heading: true
show_root_full_path: true
docstring_style: numpy
- search:
lang: en