#! /usr/bin/make -f
export SETUPTOOLS_USE_DISTUTILS=stdlib
export PYBUILD_NAME=sphinx-a4doc
%:
	dh $@ --with python3 --buildsystem=pybuild
