#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME=mir-eval
export PYBUILD_TEST_ARGS=-k 'not test_load_tempo and not test_load_bad_tempi and not to_cent_voicing and not test_sonify.py'

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

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -N -bhtml docs/ debian/html
