-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
61 lines (56 loc) · 1.24 KB
/
mkdocs.yaml
File metadata and controls
61 lines (56 loc) · 1.24 KB
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
58
59
60
61
site_name: bumplot
site_url: https://y-sunflower.github.io/bumplot/
repo_url: https://github.com/y-sunflower/bumplot
theme:
name: material
custom_dir: overrides
palette:
primary: white
features:
- content.code.copy
- navigation.path
- content.footnote.tooltips
- navigation.expand
icon:
repo: fontawesome/brands/github
plugins:
- search
- mkdocs_matplotlib
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_root_heading: true
heading_level: 3
nav:
- Home: index.md
- Examples: examples.md
- Advanced usage: advanced-usage.md
- Reference:
- reference/bumplot.md
- reference/bezier.md
- Contributing: contributing.md
extra_css:
- stylesheets/style.css
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde