mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
DOC: Give more time to nbconvert executor on Travis
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user