An minimal example using griffe within Astro to slurp up Python API information.
cd docs
pnpm install
pnpm run dev
The main implementation is within ./docs/src/pages/index.astro
, which runs
uvx griffe
in a subproccess to get the current exported docs from the foo
package.