#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=proton-vpn-api-core

# Tests currently disabled due to this new version depend on the
# "python-proton-vpn-network-manager" package, which is not yet available in Debian.
export PYBUILD_DISABLE=test


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

# sphinx documentation
execute_before_dh_sphinxdoc:
	http_proxy='http://127.0.0.1:9/' python3 -m sphinx  -d debian/doctrees  \
	-N -bhtml  docs/ debian/python-proton-vpn-api-core-doc/usr/share/doc/python-proton-vpn-api-core-doc/html
