#!/usr/bin/make -f

export http_proxy = http://127.0.1.1:9/
export https_proxy = ${http_proxy}

# testing disabled for now, because of missing packages
export PYBUILD_DISABLE=test
export PYBUILD_NAME=aiohttp_session

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

execute_after_dh_auto_build:
	cd docs/ ; $(MAKE) html
