We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9712e0 commit 3faae71Copy full SHA for 3faae71
doc/build.sh
@@ -47,7 +47,7 @@ jupytext --test --update --to ipynb "$DOCROOT/examples"/*.py
47
{ mkdir -p ~/.ipython/profile_default/startup
48
cp -f "$DOCROOT/ipython_config.py" ~/.ipython/profile_default/startup/99-backtesting-docs.py
49
trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; }
50
-PYTHONWARNINGS='ignore::UserWarning' \
+PYTHONWARNINGS='ignore::UserWarning,ignore::RuntimeWarning' \
51
jupyter-nbconvert --execute --to=html \
52
--ExecutePreprocessor.timeout=300 \
53
--output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb
0 commit comments