Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1003 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1003 Bytes

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.