diff --git a/Makefile b/Makefile index d3d337d2..b38f578d 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ functional: $(VENV)/bin/nosetests # runs functional tests -$(DOCS_INDEX): $(VENV)/bin/sphinx-build +$(DOCS_INDEX): | $(VENV)/bin/sphinx-build cd docs && make html html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build