From b01d9d27d94e6d9630fe0bf903ca64dbb102de4a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 1 Dec 2023 14:03:36 -0800 Subject: [PATCH] docs[patch]: docs local build (#14152) --- docs/.local_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.local_build.sh b/docs/.local_build.sh index 934f1b8656..203c23eee5 100755 --- a/docs/.local_build.sh +++ b/docs/.local_build.sh @@ -15,7 +15,7 @@ poetry run python scripts/model_feat_table.py poetry run nbdoc_build --srcdir docs --pause 0 cp ../cookbook/README.md src/pages/cookbook.mdx cp ../.github/CONTRIBUTING.md docs/contributing.md -mkdir docs/templates +mkdir -p docs/templates cp ../templates/docs/INDEX.md docs/templates/index.md wget https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md poetry run python scripts/generate_api_reference_links.py