Skip to content

Commit ffc323e

Browse files
Makefile that expect the requirements to be installed
1 parent 938b87c commit ffc323e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ help:
3838
clean:
3939
-rm -rf $(BUILDDIR)/*
4040

41-
html:
41+
build-html:
4242
@echo
43-
@echo "Install dependencies"
44-
$(PIP) install furo
45-
@echo "Finished installing dependencies"
4643
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
47-
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
44+
@echo "HTML build complete"
45+
46+
html: build-html
4847
@echo
48+
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
4949
@echo "Link check complete; look for any errors in the above output " \
5050
"or in $(BUILDDIR)/linkcheck/output.txt."
5151

0 commit comments

Comments
 (0)