diff --git a/build/bin/sage-site b/build/bin/sage-site index 9c8526ae830..94eb6cbccf8 100755 --- a/build/bin/sage-site +++ b/build/bin/sage-site @@ -236,11 +236,6 @@ if [ "$1" = "-docbuild" -o "$1" = "--docbuild" ]; then export OMP_NUM_THREADS=1 fi - # Trac #33650: Make sure that user configuration of Jupyter does not - # shadow our sagemath kernel when jupyter-sphinx is invoked - export JUPYTER_CONFIG_DIR=/doesnotexist - export JUPYTER_CONFIG_PATH=/doesnotexist - exec sage-python -m sage_docbuild "$@"