Skip to content

Commit

Permalink
doc/CmakeLists: force one build job
Browse files Browse the repository at this point in the history
Force building the doc in one job.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu committed Oct 29, 2024
1 parent 24939b9 commit d5a16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} COMPONENTS doc)
#-------------------------------------------------------------------------------
# Options

set(SPHINXOPTS "-j auto -W --keep-going -T" CACHE STRING "Default Sphinx Options")
set(SPHINXOPTS "-j 1 -W --keep-going -T" CACHE STRING "Default Sphinx Options")
set(SPHINXOPTS_EXTRA "" CACHE STRING "Extra Sphinx Options")
set(NO_DTS_BINDINGS OFF CACHE BOOL "Do not generate dts bindings documentation")

Expand Down

0 comments on commit d5a16d0

Please sign in to comment.