-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
31 lines (31 loc) · 836 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
site_name: mcbootflash
site_author: Alexander Bessman
copyright: "Copyright 2022 Alexander Bessman"
site_url: https://bessman.github.io/mcbootflash/
repo_url: https://github.com/bessman/mcbootflash/
theme: material
nav:
- Home: index.md
- API Reference: api.md
- Developer's Guide: develop.md
- Changelog: changelog.md
plugins:
- include-markdown
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
docstring_style: numpy
members_order: source
- autorefs
markdown_extensions:
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg