Skip to content

Commit 4d78b99

Browse files
committed
Add gettext_compact=0 to build
Since the PO files are generated with gettext_compact=0 (Each page results in a PO file, not compacted), build must also have this flag, otherwise only index pages would showup translated.
1 parent cd2cd44 commit 4d78b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ build: setup po-install
6060
PYTHON=$(PYTHON) \
6161
SPHINXERRORHANDLING=$(SPHINXERRORHANDLING) \
6262
SPHINXOPTS="--keep-going \
63+
-D gettext_compact=0 \
6364
-D language=$(LANGUAGE) \
6465
-D latex_engine=xelatex \
6566
-D latex_elements.inputenc= \

0 commit comments

Comments
 (0)