We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e46065 commit 57d1d97Copy full SHA for 57d1d97
Makefile
@@ -76,5 +76,4 @@ build-langchain: #! Build langchain package
76
.PHONY: docs
77
docs: #! Generate sphinx-based documentation
78
@cd packages/core && poetry install --with docs
79
- @cd docs
80
- @cd packages/core && poetry run $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @cd packages/core && poetry run $(SPHINXBUILD) -M html "../../$(SOURCEDIR)" "../../$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments