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 7949b02 commit 4fe1addCopy full SHA for 4fe1add
.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=dummy make all
+ run: VERSION=${{ github.event.repository.default_branch }} MODE=html make all
Makefile
@@ -43,7 +43,7 @@ SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
43
LANGUAGE := zh_TW
44
LC_MESSAGES := $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES
45
VENV := ~/.venvs/python-docs-i18n/
46
-MODE := autobuild-dev-html
+MODE := $(or $(MODE), autobuild-dev-html)
47
JOBS := 4
48
49
.PHONY: all
0 commit comments