unifi_access/mkdocs.yml
Adam Goldsmith 5b0c72dbef Initial Commit
Really should have added this to version control earlier, but was
trying to fix all the pre-commit issues first...
2024-11-26 12:50:13 -05:00

59 lines
1.3 KiB
YAML

site_name: Python UniFi Access Client
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_if_no_docstring: true
group_by_category: true
members_order: source
show_symbol_type_heading: true
show_root_toc_entry: false
show_symbol_type_toc: true
docstring_style: sphinx
merge_init_into_class: true
show_signature_annotations: true
separate_signature: true
signature_crossrefs: true
theme:
name: material
features:
- toc.follow
- navigation.tracking
- navigation.indexes
- navigation.expand
- navigation.sections
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
watch:
- src
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.emoji
extra_css:
- stylesheets/extra.css