We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aff7c commit f5e1190Copy full SHA for f5e1190
1 file changed
Makefile
@@ -98,7 +98,7 @@ convert-execute-notebooks:
98
99
generate-colab-notebooks:
100
@echo "📓 Generating Colab-compatible notebooks..."
101
- uv run --group notebooks python docs/scripts/generate_colab_notebooks.py
+ uv run --group notebooks --group docs python docs/scripts/generate_colab_notebooks.py
102
@echo "✅ Colab notebooks created in docs/colab_notebooks/"
103
104
serve-docs-locally:
0 commit comments