docs: Print output URL in Makefile.

This commit is contained in:
Cory Lynch 2017-06-13 20:34:13 -04:00 committed by Tim Abbott
parent 3bc369f1cf
commit 3e10bdf0e8
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@echo "View pages at http://127.0.0.1:9991/docs/index.html"
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml