Skip to content

Commit

Permalink
Make sphinx build docs verbosely (pytorch#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 authored Sep 11, 2024
1 parent df29d8a commit b9f2caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifneq ($(EXAMPLES_PATTERN),)
endif

# You can set these variables from the command line.
SPHINXOPTS = -W -j auto $(EXAMPLES_PATTERN_OPTS)
SPHINXOPTS = -W -j auto -T -v $(EXAMPLES_PATTERN_OPTS)
SPHINXBUILD = sphinx-build
SPHINXPROJ = torchtune
SOURCEDIR = source
Expand Down

0 comments on commit b9f2caf

Please sign in to comment.