Skip to content

Commit

Permalink
Build docs with warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jul 6, 2024
1 parent 78dff50 commit 33f7764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

REPORTDIR=_build/html/reports

jupyter-book build -nW --keep-going .
jupyter-book build -n --keep-going .
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
if [ -e $REPORTDIR ]; then
Expand Down

0 comments on commit 33f7764

Please sign in to comment.