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.
1 parent a5ba09f commit 70a871dCopy full SHA for 70a871d
1 file changed
Makefile
@@ -18,7 +18,7 @@ help:
18
# Catch-all target: route all unknown targets to Sphinx using the new
19
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
20
%: Makefile
21
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -v
22
23
download:
24
# transfer learning tutorial data
0 commit comments