-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 756 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 756 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
site_name: "easterobot"
repo_url: "https://github.com/Dashstrom/easterobot"
repo_name: "easterobot"
site_author: "Dashstrom <dashstrom.pro@gmail.com>"
copyright: "Copyright (c) 2024, Dashstrom <dashstrom.pro@gmail.com>"
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
nav:
- Home: index.md
- Developer Interface: developer_interface.md
theme:
name: "readthedocs"
# logo: resources/logo.png
plugins:
- search
- mkdocstrings: # https://github.com/mkdocstrings/mkdocstrings
handlers:
python:
options:
show_signature_annotations: true
show_root_heading: true
separate_signature: true
markdown_extensions:
- pymdownx.snippets: {}