#! /bin/sh

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