#!/usr/bin/make -f export PYBUILD_NAME=pyosmocom %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_sphinxdoc: http_proxy=127.0.0.1:9 https_proxy=127.0.0.1:9 HTTP_PROXY=127.0.0.1:9 HTTPS_PROXY=127.0.0.1:9 PYTHONPATH=$(CURDIR)/.pybuild/cpython3_$(shell py3versions -vd)_pysmocom/build PYTHON=python3 python3 -m sphinx $(SPHINXOPTS) -b html docs $(CURDIR)/debian/python3-pyosmocom-doc/usr/share/doc/python3-pyosmocom-doc/html dh_sphinxdoc