#! /usr/bin/make -f
export PYBUILD_NAME=sphinx-autorun

# disable dh_auto_clean as "setup.py clean" tries to download packages from the
# internet
override_dh_auto_clean:

%:
	dh $@ --with python3 --buildsystem=pybuild
