We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e004bbb commit 984b0f8Copy full SHA for 984b0f8
doc/Makefile
@@ -33,14 +33,14 @@ help:
33
# Default html target (GitHub Pages)
34
html:
35
@echo "Setting up environment for GitHub Pages build..."
36
- @uv sync --extra docs
+ @cd .. && uv sync --extra docs
37
@echo "Building documentation..."
38
@cd .. && uv run sphinx-build -M html "doc" "doc/$(BUILDDIR)" $(SPHINXOPTS)
39
@touch $(BUILDDIR)/html/.nojekyll
40
41
cms-html: install-mermaid
42
@echo "Setting up environment for CMS build..."
43
- @uv sync --extra docs-cms
+ @cd .. && uv sync --extra docs-cms
44
45
@cd .. && CLOUDAI_DOC_TARGET=cms uv run sphinx-build -M html "doc" "doc/$(BUILDDIR_CMS)" $(SPHINXOPTS)
46
uv.lock
0 commit comments