Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26361e7

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 parentacd1900 commit26361e7

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)

[8]ページ先頭

©2009-2025 Movatter.jp