#!/usr/bin/make -f

# try to prevent unsanctioned downloads
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export PYBUILD_NAME=fints
export PYBUILD_TEST_ARGS=--ignore tests/test_client.py

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

override_dh_sphinxdoc:
	python3 -m sphinx -b html docs $(CURDIR)/debian/python-fints-doc/usr/share/doc/python-fints-doc/html
	dh_sphinxdoc
