#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=sphinx-autodoc-typehints
# Fails without internet access.
export PYBUILD_TEST_ARGS = --deselect tests/test_resolver/test_stubs.py::test_sphinx_build_stub_types_produce_crossrefs

%:
	dh $@ --buildsystem=pybuild
