Skip to content

Commit 26361e7

Browse files
authored
Makefile: don't run sphinx in quiet mode (#1611)
Rationale: * Sometimes Sphinx is slow and it's nice to have progress indicators while it's running * If there's a warning or error, it may be possible to get relevant context
1 parent acd1900 commit 26361e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ all: ensure_prerequisites
6262
mkdir -p locales/$(LANGUAGE)/LC_MESSAGES/
6363
$(CP_CMD) -u --parents *.po */*.po locales/$(LANGUAGE)/LC_MESSAGES/
6464
$(MAKE) -C $(CPYTHON_PATH)/Doc/ \
65-
SPHINXOPTS='-qW -j$(JOBS) \
65+
SPHINXOPTS='-W -j$(JOBS) \
6666
-D locale_dirs=$(abspath locales) \
6767
-D language=$(LANGUAGE) \
6868
-D gettext_compact=0 \

0 commit comments

Comments
 (0)