#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

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

override_dh_auto_test:
	(cd test && ./runtests.sh python3)

execute_before_dh_sphinxdoc:
	PYTHONPATH=. python3 -m sphinx -b html docs debian/fypp/usr/share/doc/fypp/html
