Skip to content

Commit

Permalink
Used webbroswer module in docs Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet authored and sarahboyce committed Oct 24, 2024
1 parent 6ae0dc8 commit 2d61216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ html:
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

htmlview: html
$(PYTHON) -c "import webbrowser; webbrowser.open('_build/html/index.html')"
$(PYTHON) -m webbrowser "$(BUILDDIR)/html/index.html"

dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
Expand Down

0 comments on commit 2d61216

Please sign in to comment.