serve:
  ./.venv/bin/python -m watchfiles "./.venv/bin/python -m mkdocs serve" docs mkdocs.yml

build:
  ./.venv/bin/python -m mkdocs build
