We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0baf29 commit 8122490Copy full SHA for 8122490
Makefile
@@ -62,7 +62,7 @@ all: ensure_prerequisites
62
mkdir -p locales/$(LANGUAGE)/LC_MESSAGES/
63
$(CP_CMD) -u --parents *.po */*.po locales/$(LANGUAGE)/LC_MESSAGES/
64
$(MAKE) -C $(CPYTHON_PATH)/Doc/ \
65
- SPHINXOPTS='-qW -j$(JOBS) \
+ SPHINXOPTS='-W -j$(JOBS) \
66
-D locale_dirs=$(abspath locales) \
67
-D language=$(LANGUAGE) \
68
-D gettext_compact=0 \
0 commit comments