#!/usr/bin/make -f

export PYBUILD_NAME=tweepy

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	cd docs && python3 -m sphinx -b html . ../build/html

#disable unit tests as they require internet access
override_dh_auto_test:
