Skip to content

Commit 2487406

Browse files
committed
docs/make.sh: Treat warning as error
1 parent 52d761f commit 2487406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44

55
mkdir -p _static
66

7-
sphinx-build -v . _build
7+
sphinx-build -W -v . _build
88

99
set +x
1010

0 commit comments

Comments
 (0)