-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzensical.toml
More file actions
22 lines (19 loc) · 686 Bytes
/
zensical.toml
File metadata and controls
22 lines (19 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
site_name = "Clyde"
site_description = "Documentation for Clyde, a modern, type-hinted Python library for seamless interaction with the Discord Webhook API.."
site_url = "https://clyde.e3n.im/"
site_author = "Ethan C"
extra_css = ["stylesheets/extra.css"]
[project.theme]
palette.scheme = "slate"
palette.primary = "custom"
palette.accent = "custom"
logo = "images/icon.png"
favicon = "images/icon.png"
[project.plugins.mkdocstrings.handlers.python]
inventories = ["https://docs.python.org/3/objects.inv"]
paths = ["clyde"]
[project.plugins.mkdocstrings.handlers.python.options]
docstring_style = "google"
inherited_members = true
show_source = false