#! /bin/sh

cd "`dirname $0`"/.. &&
exec sphinx-apidoc --separate --module-first --suffix=rst --force \
   --output-dir=docs/api sqlobject
