Skip to content

Commit 9e5e64e

Browse files
William Grantbraxtonmckee
authored andcommitted
add "git show" to display HTML
1 parent b3a95f2 commit 9e5e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ help:
1717

1818
show:
1919
@echo "Showing generated html"
20-
20+
@python -c "import webbrowser; webbrowser.open_new_tab('file://$(PWD)/$(BUILDDIR)/html/index.html')"
2121

2222
# Catch-all target: route all unknown targets to Sphinx using the new
2323
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

0 commit comments

Comments
 (0)