.PHONY: docs
docs:
	sphinx-build -ab html docs docs/_build
