#!/usr/bin/make -f

export PYBUILD_NAME=asyncvarlink

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	python3 -m sphinx -b html -d build/doctrees docs build/html
endif
