-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (33 loc) · 854 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
site_name: Home Assistant Mikrotik SMS
site_url: https://jeyrb.github.io/hass_mikrotik_sms/
site_description: Notify via SMS text message for Mikrotik 4G modems
repo_name: jeyrb/hass_mikrotik_sms
repo_url: https://github.com/jeyrb/hass_mikrotik_sms
theme:
name: material
highlightjs: true
features:
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- smarty
- toc:
permalink: true
- sane_lists
- pymdownx.snippets:
check_paths: true