No need to depend it here, conf.py runs make stubs

This commit is contained in:
Jeff Epler 2022-12-19 09:04:09 -06:00
parent 0d3b7770d1
commit 2901399cc6
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -90,7 +90,7 @@ clean:
rm -rf autoapi
rm -rf $(STUBDIR) $(DISTDIR) *.egg-info
html: stubs
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."