This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9a0ec11cf72 [hotfix][python] Enable parallel builds for python API
docs (#26520)
9a0ec11cf72 is described below
commit 9a0ec11cf72a97fd3863ae0be2860dc1bf03138a
Author: Mika Naylor <[email protected]>
AuthorDate: Mon May 5 10:26:39 2025 +0200
[hotfix][python] Enable parallel builds for python API docs (#26520)
---
flink-python/docs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-python/docs/Makefile b/flink-python/docs/Makefile
index 8584c732e17..d0debac5d78 100644
--- a/flink-python/docs/Makefile
+++ b/flink-python/docs/Makefile
@@ -52,7 +52,7 @@ BUILDDIR ?= _build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS = -j auto -d _build/doctrees $(PAPEROPT_$(PAPER))
$(SPHINXOPTS) .
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes
linkcheck doctest