#! /usr/bin/make -f

export PYBUILD_NAME=sphinx-paramlinks
export PYBUILD_DISABLE=test
export SETUPTOOLS_USE_DISTUTILS=stdlib

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