Skip to content

Commit 3faae71

Browse files
committed
MNT: doc/build.sh: ignore RuntimeWarning
Raised in Strategies_Lib.ipynb by numpy on binop with nan.
1 parent c9712e0 commit 3faae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jupytext --test --update --to ipynb "$DOCROOT/examples"/*.py
4747
{ mkdir -p ~/.ipython/profile_default/startup
4848
cp -f "$DOCROOT/ipython_config.py" ~/.ipython/profile_default/startup/99-backtesting-docs.py
4949
trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; }
50-
PYTHONWARNINGS='ignore::UserWarning' \
50+
PYTHONWARNINGS='ignore::UserWarning,ignore::RuntimeWarning' \
5151
jupyter-nbconvert --execute --to=html \
5252
--ExecutePreprocessor.timeout=300 \
5353
--output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb

0 commit comments

Comments
 (0)