#!/usr/bin/make -f

export PYBUILD_NAME=typing-extensions

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_sphinxdoc:
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
	python3 -m sphinx -b html -N $(CURDIR)/doc $(CURDIR)/debian/python-typing-extensions-doc/usr/share/doc/python-typing-extensions-doc/html
endif
