all:
	sphinx-build -b html -d _build/doctrees   . _build/html
	@echo
	@echo "Build finished. The HTML pages are in _build/html."
