We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459008 commit 4e60dc3Copy full SHA for 4e60dc3
docs/Makefile
@@ -18,3 +18,5 @@ help:
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
%: Makefile
20
@$(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