Skip to content

Commit 5683a32

Browse files
authored
[doc] Enable warnings as errors in sphinx build (#217)
1 parent 9eafe5d commit 5683a32

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

docs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build
10+
SPHINXOPTS += -W --keep-going -n
1011

1112
# Put it first so that "make" without argument is like "make help".
1213
help:

docs/_static/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)