Thanks to visit codestin.com Credit goes to github.com
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 4780a81 commit de0fb17Copy full SHA for de0fb17
1 file changed
doc/Makefile
@@ -25,7 +25,7 @@ clean:
25
rm -rf "$(SOURCEDIR)/sphinxext/__pycache__"
26
27
show:
28
- @python -c "import webbrowser; webbrowser.open_new_tab('file://$(PWD)/build/html/index.html')"
+ @python -c "import webbrowser; webbrowser.open_new_tab('file://$(shell pwd)/build/html/index.html')"
29
30
# Catch-all target: route all unknown targets to Sphinx using the new
31
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
0 commit comments