#!/usr/bin/make -f

%:
	dh $@ --with sphinxdoc

override_dh_auto_configure:

override_dh_auto_build:
	SPHINXWARNOPT=-q dune build @refman-html @refman-pdf --display=verbose

override_dh_auto_test:

override_dh_auto_install:
