#!/usr/bin/make -f

export PYBUILD_NAME=mongoengine

export PYBUILD_DISABLE=test

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

execute_after_dh_auto_build:
	PYTHONPATH=$(CURDIR) $(MAKE) -C docs html
