Skip to content

Commit 9a84cc2

Browse files
authored
docs: remove doc pyproject toml (#1561)
Signed-off-by: Lawrence Lane <llane@nvidia.com>
1 parent 4a59436 commit 9a84cc2

File tree

3 files changed

+1
-869
lines changed

3 files changed

+1
-869
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ensure-docs-env:
4646
@if [ ! -x "$(PYTHON)" ]; then \
4747
echo "📦 Creating isolated docs environment..."; \
4848
uv venv .venv; \
49-
uv sync --no-config; \
49+
uv sync --project ../pyproject.toml --group docs; \
5050
echo "✅ Docs environment ready."; \
5151
echo "📝 To activate it: $(ACTIVATE_CMD)"; \
5252
fi

docs/pyproject.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)