File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ VENV := ~/.venvs/python-docs-i18n/
20
20
PYTHON := $(shell which python3)
21
21
MODE := autobuild-dev-html
22
22
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
23
- JOBS = 1
23
+ JOBS = 4
24
24
25
25
26
26
.PHONY : all
27
27
all : $(VENV ) /bin/sphinx-build $(VENV ) /bin/blurb $(SPHINX_CONF )
28
28
mkdir -p $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /
29
29
ln -nfs $(shell readlink -f .) $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /LC_MESSAGES
30
- . $(VENV ) /bin/activate; $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ SPHINXOPTS=' -j$(JOBS) -D locale_dirs=locales -D language=$(LANGUAGE) -D gettext_compact=0' $(MODE )
30
+ . $(VENV ) /bin/activate; $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ SPHINXOPTS=' -j$(JOBS) -D locale_dirs=locales -D language=$(LANGUAGE) -D gettext_compact=0 -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc= ' $(MODE )
31
31
32
32
33
33
$(SPHINX_CONF ) :
You can’t perform that action at this time.
0 commit comments