Skip to content

Commit

Permalink
Pull request project-chip#922: Prep Sphinx Makefile to throw proper e…
Browse files Browse the repository at this point in the history
…rrors in CI

Merge in WMN_TOOLS/matter from feature/silabs_sphinx_ci to silabs

Squashed commit of the following:

commit c9772510bf29e36926d63f7040ab144849f6f9f7
Author: Ezra Hale <[email protected]>
Date:   Wed Jun 28 11:06:03 2023 -0400

    adding -W option to build for CI so build with throw proper errors for CI
  • Loading branch information
Ezra Hale authored and jmartinez-silabs committed Mar 27, 2024
1 parent 79a0f63 commit 21803b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/silabs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -W
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand Down

0 comments on commit 21803b1

Please sign in to comment.