#! /bin/sh

PYTHONPATH=.. make html &&
exec rsync -ahPv --del --exclude=.buildinfo --exclude=objects.inv _build/html .
