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 345eb35 commit 93a93a2Copy full SHA for 93a93a2
Makefile
@@ -28,7 +28,7 @@ CPYTHON_PATH := ../cpython/
28
LANGUAGE := it
29
BRANCH := 3.13
30
31
-EXCLUDED := whatsnew/ c-api/
+EXCLUDED :=
32
33
# Internal variables
34
@@ -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='-q -j$(JOBS) \
66
-D locale_dirs=$(abspath locales) \
67
-D language=$(LANGUAGE) \
68
-D gettext_compact=0 \
0 commit comments