From 72746e6b1c32ce4be0c998c0cbab2b7316b92e37 Mon Sep 17 00:00:00 2001 From: "D. Ferruzzi" Date: Fri, 15 Aug 2025 16:45:40 -0700 Subject: [PATCH] [v3-0-test] Update 11_documentation_building.rst (#54557) (cherry picked from commit b6d1e58edd93c4fe4158ada7ab0e76d651031e94) Co-authored-by: D. Ferruzzi --- contributing-docs/11_documentation_building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/11_documentation_building.rst b/contributing-docs/11_documentation_building.rst index 67c61a9e81fe2..836e61c50fbb5 100644 --- a/contributing-docs/11_documentation_building.rst +++ b/contributing-docs/11_documentation_building.rst @@ -124,7 +124,7 @@ detect which distribution you are in and build the documentation for it. .. note:: - You can also run all those commands directly (without ``uv run --group-doc``) inside ``breeze`` + You can also run all those commands directly (without ``uv run --group docs``) inside ``breeze`` container, because there all dependencies are already installed and there is no need to sync dependencies.