From af01fabe275708b52f6c11c7f0142c3ab534f7d9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 29 Jul 2023 09:03:48 -0700 Subject: [PATCH] Update conf.py --- docs/api_reference/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api_reference/conf.py b/docs/api_reference/conf.py index 253092a68b..16f1cfdad2 100644 --- a/docs/api_reference/conf.py +++ b/docs/api_reference/conf.py @@ -22,7 +22,6 @@ from sphinx.util.docutils import SphinxDirective _DIR = Path(__file__).parent.absolute() sys.path.insert(0, os.path.abspath(".")) -sys.path.insert(0, os.path.abspath("../../libs/langchain")) sys.path.insert(0, os.path.abspath("../../libs/experimental")) with (_DIR.parents[1] / "libs" / "langchain" / "pyproject.toml").open("r") as f: