Skip to content

Commit

Permalink
Workaround for build failures on aarch64 linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzyll committed Mar 28, 2024
1 parent 661f5c4 commit acc790b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api-docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
#

# You can set these variables from the command line.
SPHINXOPTS ?= -j auto
SPHINXOPTS ?= -j 1
# XXX: Line above is a workaround for parallel builds failing on ARM hosts
# See this issue for more details: https://github.com/sphinx-doc/sphinx/issues/11449
# When that issue is resolved, put the following line back:
#SPHINXOPTS ?= -j auto
SPHINXBUILD ?= sphinx-build
DOC2DASH ?= doc2dash
PAPER =
Expand Down

0 comments on commit acc790b

Please sign in to comment.