Update conf.py
This commit is contained in:
parent
dba112afb5
commit
af01fabe27
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user