Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70a871d

Browse files
ericnakagawaJoelMarcey
authored andcommitted
Force verbose output for Sphinx (#294)
Verbose output helps us track breakages and slow downs. We can remove this once PT1 RC1 is stable.
1 parent a5ba09f commit 70a871d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ help:
1818
# Catch-all target: route all unknown targets to Sphinx using the new
1919
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2020
%: Makefile
21-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -v
2222

2323
download:
2424
# transfer learning tutorial data

0 commit comments

Comments
 (0)