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 6c3a312 commit 63a4de8Copy full SHA for 63a4de8
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
run: sudo apt-get install gettext
14
15
- name: Validate
16
- run: VERSION=${{ github.event.repository.default_branch }} MODE=text make all
+ run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=text make all
Makefile
@@ -44,7 +44,7 @@ LANGUAGE := zh_TW
44
LC_MESSAGES := $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES
45
VENV := ~/.venvs/python-docs-i18n/
46
MODE := $(or $(MODE), autobuild-dev-html)
47
-JOBS := 4
+JOBS := $(or $(JOBS), auto)
48
49
.PHONY: all
50
all: prepare_deps ## Automatically build an html local version
0 commit comments