# Makefile for Sphinx documentation
#

docker-html:
	rm -rf _build
	docker build -t sphinx-qfq ./docker-sphinx-qfq
	docker run --rm --user $$(id -u):$$(id -g) -v $${PWD}:/docs sphinx-qfq sphinx-build -M html "." "_build"