Skip to content
Permalink
Browse files

MNT: doc/build.sh: ignore RuntimeWarning

Raised in Strategies_Lib.ipynb by numpy on binop with nan.
  • Loading branch information...
kernc committed Jan 5, 2019
1 parent c9712e0 commit 3faae71e24c48f1ffd6505422526c6878ea74683
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/build.sh
@@ -47,7 +47,7 @@ jupytext --test --update --to ipynb "$DOCROOT/examples"/*.py
{ mkdir -p ~/.ipython/profile_default/startup
cp -f "$DOCROOT/ipython_config.py" ~/.ipython/profile_default/startup/99-backtesting-docs.py
trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; }
PYTHONWARNINGS='ignore::UserWarning' \
PYTHONWARNINGS='ignore::UserWarning,ignore::RuntimeWarning' \
jupyter-nbconvert --execute --to=html \
--ExecutePreprocessor.timeout=300 \
--output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb

0 comments on commit 3faae71

Please sign in to comment.
You can’t perform that action at this time.