From 34684423bf0896cf0f5c4e56c2c1a99b34e0c1cd Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:12:38 -0700 Subject: [PATCH] docs: rm Legacy API ref link (#27559) --- docs/api_reference/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api_reference/conf.py b/docs/api_reference/conf.py index f8c8895a2d1..3f742b05157 100644 --- a/docs/api_reference/conf.py +++ b/docs/api_reference/conf.py @@ -222,9 +222,7 @@ html_theme_options = { }, ], "icon_links_label": "Quick Links", - "external_links": [ - {"name": "Legacy reference", "url": "https://api.python.langchain.com/"}, - ], + "external_links": [], }