Update conf.py

This commit is contained in:
Ishaan Jaff 2023-07-29 09:03:48 -07:00 committed by GitHub
parent b0f52480c6
commit 3586dff20e

View file

@ -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: