From 7367662eda7674cf53328a5493d1a423b0eba1cb Mon Sep 17 00:00:00 2001 From: Kernc Date: Wed, 2 Jan 2019 11:10:17 +0100 Subject: [PATCH] DOC: Give more time to nbconvert executor on Travis --- doc/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build.sh b/doc/build.sh index 7dd5017..08c481e 100755 --- a/doc/build.sh +++ b/doc/build.sh @@ -49,6 +49,7 @@ jupytext --test --update --to ipynb "$DOCROOT/examples"/*.py trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; } PYTHONWARNINGS='ignore::UserWarning' \ jupyter-nbconvert --execute --to=html \ + --ExecutePreprocessor.timeout=300 \ --output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb