Skip to content

mkdocstrings/handler-template

Repository files navigation

mkdocstrings handler template

ci documentation gitter

Copier template for mkdocstrings handlers, managed by uv.

This template is based on copier-uv.

Quick setup and usage

Install pipx and copier:

pip install --user pipx
pipx install copier
pipx inject copier copier-templates-extensions

Generate a handler:

copier copy --trust gh:mkdocstrings/handler-template /path/to/your/handler

See the documentation of the upstream template for more details.