This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 15577e70 chore: Remove docs from uv default groups (#3073)
15577e70 is described below

commit 15577e70e66ba8a202e5a7a2d80c8f85b1843e31
Author: geruh <[email protected]>
AuthorDate: Sun Feb 22 14:29:40 2026 -0800

    chore: Remove docs from uv default groups (#3073)
    
    # Rationale for this change
    
    This is a follow up to #2996. The docs group was factored out and is
    called directly in it's make target. This drops the 11 package
    dependencies when just running `make install` now.
    
    ## Are these changes tested?
    Yes
    
    ## Are there any user-facing changes?
    No
---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 3c6624dc..dc069c34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -144,7 +144,6 @@ notebook = [
 [tool.uv]
 default-groups = [
     "dev",
-    "docs",
 ]
 
 [build-system]

Reply via email to