#! /usr/bin/make -f

export PYBUILD_DISABLE := test

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

execute_before_dh_installdocs:
	PYTHONPATH=src sphinx-build docs html
