.PHONY: html

html:
	-rm -rf html /tmp/doctrees
	sphinx-build -b html -a -d /tmp/doctrees content html

