#!/usr/bin/make -f

export PYBUILD_NAME=cryptodatahub

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

execute_before_dh_sphinxdoc:
	PYTHONPATH=. python3 -m sphinx -b html -N docs/ \
	    $(CURDIR)/debian/python-cryptodatahub-doc/usr/share/doc/python-cryptodatahub-doc/html
	dh_sphinxdoc
