#!/usr/bin/make -f export PYTHONWARNINGS=d %: dh $@ --with python3,sphinxdoc --buildsystem pybuild override_dh_auto_build: dh_auto_build make -C docs html override_dh_auto_clean: rm -rf build htmlcov docs/_build