Skip to content
Permalink
Browse files

MNT: doc/build.sh recommend installing all [doc] deps

  • Loading branch information...
kernc committed Jan 7, 2019
1 parent a823aef commit 390ebd67faef689dc3e366ed05c27112a3e76cbc
Showing with 3 additions and 4 deletions.
  1. +3 −4 doc/build.sh
@@ -5,12 +5,11 @@ IS_RELEASE=${TRAVIS_TAG+1}
die () { echo "ERROR: $*" >&2; exit 2; }

for cmd in pdoc \
jupytext ; do
jupytext \
jupyter-nbconvert; do
command -v "$cmd" >/dev/null ||
die "Missing $cmd; \`pip install $cmd\`"
die "Missing $cmd; \`pip install backtesting[doc]\`"
done
command -v "jupyter-nbconvert" >/dev/null ||
die "Missing jupyter-nbconvert; \`pip install nbconvert\`"

DOCROOT="$(dirname "$(readlink -f "$0")")"
BUILDROOT="$DOCROOT/build"

0 comments on commit 390ebd6

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