From 23824e87463235aaf143f6f8c64c8c1d3d30be39 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Fri, 22 Aug 2025 10:37:57 +1000 Subject: [PATCH 1/2] Fix build getting started doc --- docs/build/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/getting_started.md b/docs/build/getting_started.md index 9d61b6b412..ea8a336950 100644 --- a/docs/build/getting_started.md +++ b/docs/build/getting_started.md @@ -51,7 +51,7 @@ Pixi backends describe how to build a conda package, for a certain language or b In this example, we are using `pixi-build-python` backend in order to build a Python package. ```toml ---8<-- "docs/source_files/pixi_workspaces/pixi_build/getting_started/pixi.toml:package-build" +--8<-- "docs/source_files/pixi_workspaces/pixi_build/getting_started/pixi.toml:package.build.backend" ``` We need to add our package `python_rich` as source dependency to the workspace. From 0572d79200090ab7f1c78e20165ae416f442a136 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Mon, 25 Aug 2025 13:05:20 +0200 Subject: [PATCH 2/2] docs: fix source inclusion --- docs/build/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/getting_started.md b/docs/build/getting_started.md index ea8a336950..696f8c0f89 100644 --- a/docs/build/getting_started.md +++ b/docs/build/getting_started.md @@ -51,7 +51,7 @@ Pixi backends describe how to build a conda package, for a certain language or b In this example, we are using `pixi-build-python` backend in order to build a Python package. ```toml ---8<-- "docs/source_files/pixi_workspaces/pixi_build/getting_started/pixi.toml:package.build.backend" +--8<-- "docs/source_files/pixi_workspaces/pixi_build/getting_started/pixi.toml:build-system" ``` We need to add our package `python_rich` as source dependency to the workspace.