Skip to content

Commit 57d1d97

Browse files
committed
fix docs
1 parent 1e46065 commit 57d1d97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,4 @@ build-langchain: #! Build langchain package
7676
.PHONY: docs
7777
docs: #! Generate sphinx-based documentation
7878
@cd packages/core && poetry install --with docs
79-
@cd docs
80-
@cd packages/core && poetry run $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
79+
@cd packages/core && poetry run $(SPHINXBUILD) -M html "../../$(SOURCEDIR)" "../../$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)