diff --git a/readthedocs_build.sh b/readthedocs_build.sh index 9893a7b..5a6182f 100644 --- a/readthedocs_build.sh +++ b/readthedocs_build.sh @@ -33,7 +33,7 @@ function install_node_modules { echo "Installing node modules" pushd "${DOXYCONFIG_DIR}" - npm install + npm install --ignore-scripts popd echo "Copying FontAwesome files"