Skip to content

Commit 984b0f8

Browse files
committed
Add missing uv lock sync
1 parent e004bbb commit 984b0f8

File tree

2 files changed

+68
-17
lines changed

2 files changed

+68
-17
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ help:
3333
# Default html target (GitHub Pages)
3434
html:
3535
@echo "Setting up environment for GitHub Pages build..."
36-
@uv sync --extra docs
36+
@cd .. && uv sync --extra docs
3737
@echo "Building documentation..."
3838
@cd .. && uv run sphinx-build -M html "doc" "doc/$(BUILDDIR)" $(SPHINXOPTS)
3939
@touch $(BUILDDIR)/html/.nojekyll
4040

4141
cms-html: install-mermaid
4242
@echo "Setting up environment for CMS build..."
43-
@uv sync --extra docs-cms
43+
@cd .. && uv sync --extra docs-cms
4444
@echo "Building documentation..."
4545
@cd .. && CLOUDAI_DOC_TARGET=cms uv run sphinx-build -M html "doc" "doc/$(BUILDDIR_CMS)" $(SPHINXOPTS)
4646

uv.lock

Lines changed: 66 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)