Output API docs to Markdown using Griffe.
pip install griffe2mdWith uv:
uv tool install griffe2mdSimply call griffe2md with a package name, or the path to a package folder:
griffe2md markdown
griffe2md path/to/my/src/packageUse the -o, --output option to write to a file instead of standard output:
griffe2md markdown -o markdown.md