#!/usr/bin/make -f

# don't run "live" tests that try to connect to mathgenealogy.org
export PYBUILD_TEST_ARGS = -m 'not live'

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	$(MAKE) -C docs html
