From 9f0968f9d2900e99f8526c3de35303fb4775fd44 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 11 Sep 2024 11:12:39 -0700 Subject: [PATCH] docs: v0.3rc docs (#26277) wip / don't merge --- docs/Makefile | 4 ++-- docs/ignore-step.sh | 6 ------ docs/vercel_requirements.txt | 3 --- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index d2b331be9d5..13d195804cb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -33,8 +33,8 @@ install-py-deps: python3 -m venv .venv $(PYTHON) -m pip install --upgrade pip $(PYTHON) -m pip install --upgrade uv - $(PYTHON) -m uv pip install -r vercel_requirements.txt - $(PYTHON) -m uv pip install --editable $(PARTNER_DEPS_LIST) + $(PYTHON) -m uv pip install --pre -r vercel_requirements.txt + $(PYTHON) -m uv pip install --pre --editable $(PARTNER_DEPS_LIST) generate-files: mkdir -p $(INTERMEDIATE_DIR) diff --git a/docs/ignore-step.sh b/docs/ignore-step.sh index 6adbf6a836e..fc355497936 100755 --- a/docs/ignore-step.sh +++ b/docs/ignore-step.sh @@ -9,12 +9,6 @@ if [ "$VERCEL_ENV" == "production" ] || [ "$VERCEL_GIT_COMMIT_REF" == "master" ] exit 1; fi -# TODO: remove this for v0.3 launch -# exit 0 if git commit ref is v0.3rc -echo "🛑 v0.3rc build is ignored currently" -exit 0; -# end TODO - echo "Checking for changes in docs/" echo "---" diff --git a/docs/vercel_requirements.txt b/docs/vercel_requirements.txt index f9b47312922..568cd2b582c 100644 --- a/docs/vercel_requirements.txt +++ b/docs/vercel_requirements.txt @@ -4,9 +4,6 @@ -e ../libs/experimental -e ../libs/text-splitters langchain-cohere -langchain-astradb -langchain-nvidia-ai-endpoints -langchain-elasticsearch urllib3==1.26.19 nbconvert==7.16.4