#!/bin/sh
# autopkgtest check: use doc as demo
set -ue

cp -prd README.rst doc $AUTOPKGTEST_TMP

cd $AUTOPKGTEST_TMP

python2 -m sphinx -b html doc doc-html

exit 0
