DOC: Give more time to nbconvert executor on Travis

This commit is contained in:
Kernc
2019-01-02 11:10:17 +01:00
parent 3aa3c01126
commit 7367662eda

View File

@@ -49,6 +49,7 @@ jupytext --test --update --to ipynb "$DOCROOT/examples"/*.py
trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; } trap 'rm -f ~/.ipython/profile_default/startup/99-backtesting-docs.py' EXIT; }
PYTHONWARNINGS='ignore::UserWarning' \ PYTHONWARNINGS='ignore::UserWarning' \
jupyter-nbconvert --execute --to=html \ jupyter-nbconvert --execute --to=html \
--ExecutePreprocessor.timeout=300 \
--output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb --output-dir="$BUILDROOT/examples" "$DOCROOT/examples"/*.ipynb