Skip to content

Commit 4e60dc3

Browse files
committed
DOC: add show to makefile
1 parent 0459008 commit 4e60dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21+
show:
22+
@python -c "import webbrowser; webbrowser.open_new_tab('file://$(shell pwd)/build/html/index.html')"

0 commit comments

Comments
 (0)