We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a95f2 commit 9e5e64eCopy full SHA for 9e5e64e
docs/Makefile
@@ -17,7 +17,7 @@ help:
17
18
show:
19
@echo "Showing generated html"
20
-
+ @python -c "import webbrowser; webbrowser.open_new_tab('file://$(PWD)/$(BUILDDIR)/html/index.html')"
21
22
# Catch-all target: route all unknown targets to Sphinx using the new
23
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
0 commit comments