From cb86dd71060a17adcc23c93a279954ff757e778f Mon Sep 17 00:00:00 2001 From: "D. Ferruzzi" Date: Fri, 15 Aug 2025 11:38:31 -0700 Subject: [PATCH] Update 11_documentation_building.rst --- 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 17f28bdacae15..1235bf283c5ba 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.