#!/usr/bin/make -f

export PYBUILD_NAME=jupyter-sphinx
%:
	dh $@ --with python3 --buildsystem=pybuild

# no test for now
override_dh_auto_test:
