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 a79ef41 commit 298f5fdCopy full SHA for 298f5fd
Makefile
@@ -159,9 +159,9 @@ test-e2e: ## Run all end-to-end tests
159
build-docs: ## Build all documentation
160
@echo "Building all documentation..."
161
@echo "Converting ipynb notebooks to md files..."
162
- $(Q)python $(GIT_ROOT)/docs/ipynb_to_md.py
+ $(Q)MKDOCS_CI=true uv run python $(GIT_ROOT)/docs/ipynb_to_md.py
163
@echo "Building ragas documentation..."
164
- $(Q)mkdocs build
+ $(Q)uv run --group docs mkdocs build
165
166
serve-docs: ## Build and serve documentation locally
167
- $(Q)mkdocs serve --dirtyreload
+ $(Q)uv run --group docs mkdocs serve --dirtyreload
0 commit comments