From b45ed9737ed6d41dbbd0e40ceb7786fe02555153 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Tue, 13 Jun 2023 10:15:07 -0400 Subject: [PATCH] :zap: Removes possible dupicate snooty parse --- makefiles/Makefile.docs-landing | 7 ------- 1 file changed, 7 deletions(-) diff --git a/makefiles/Makefile.docs-landing b/makefiles/Makefile.docs-landing index e9113ada4..9f51166b7 100644 --- a/makefiles/Makefile.docs-landing +++ b/makefiles/Makefile.docs-landing @@ -39,13 +39,6 @@ next-gen-parse: fi next-gen-html: - # snooty parse and then build-front-end - snooty build "${REPO_DIR}" --output "${BUNDLE_PATH}" ${RSTSPEC_FLAG}; \ - if [ $$? -eq 1 ]; then \ - exit 1; \ - else \ - exit 0; \ - fi # persistence module - add bundle zip to Atlas documents # ignore errors "-" flag -node --unhandled-rejections=strict ${PERSISTENCE_MODULE_PATH} --path ${BUNDLE_PATH}