-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 898 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 898 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: Octave Kernel
site_description: A Jupyter kernel for Octave
repo_url: https://github.com/Calysto/octave_kernel
repo_name: Calysto/octave_kernel
theme:
name: material
features:
- navigation.tabs
- navigation.top
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
plugins:
- search
- mkdocs-jupyter:
include: ["*.ipynb"]
execute: false
ignore_h1_titles: true
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: true
members_order: source
show_root_heading: true
show_category_heading: true
show_signature_annotations: true
markdown_extensions:
- pymdownx.snippets:
base_path: ["."]
nav:
- Home: index.md
- Notebook Example: notebook.ipynb
- API Reference: api.md