#! /usr/bin/make -f

export PYBUILD_NAME=sphinx-codeautolink
export PYBUILD_TEST_ARGS=-k 'not (test_references[file12] or test_references[file13] or test_references[file44])'
# these tests require internet access

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