From 05323ec86bc498bf2bb93865ec4aaaa470b6b639 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Thu, 10 Sep 2020 12:05:52 -0500 Subject: [PATCH] hack around an nbconvert version issue for the moment --- website/build_site.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/build_site.sh b/website/build_site.sh index 43ed8ca9e0..41ded95c20 100755 --- a/website/build_site.sh +++ b/website/build_site.sh @@ -22,7 +22,8 @@ $pythonCmd -m pip install -e "$MLOS_ROOT/source/Mlos.Python/" $pythonCmd -m pip install pyyaml $pythonCmd -m pip install \ $("$MLOS_ROOT/scripts/parse-pip-requirements-from-environment-yaml.py" "$MLOS_ROOT/source/Mlos.Notebooks/environment.yml") -$pythonCmd -m pip install jupyter nbconvert +# FIXME: nbconvert 6.0.1 had an error. +$pythonCmd -m pip install jupyter nbconvert==5.6.1 # execute and render the notebooks to html # downgrade html output because hugo doesn't like raw html