Skip to content

Commit 50a42c8

Browse files
committed
docs
1 parent 83d3030 commit 50a42c8

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
@@ -40,5 +40,4 @@ lint: install
4040
.PHONY: docs
4141
docs: #! Generate sphinx-based documentation
4242
@cd packages/sdk/server-ai && poetry install --with docs
43-
@cd docs
44-
@cd packages/sdk/server-ai && poetry run $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
43+
@cd packages/sdk/server-ai && poetry run $(SPHINXBUILD) -M html "../../../$(SOURCEDIR)" "../../../$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)