From 5a1727ee2d55f0505899e7effa85482c98f5e595 Mon Sep 17 00:00:00 2001 From: Imani Pelton Date: Tue, 17 Dec 2024 17:54:08 -0500 Subject: [PATCH] doc: update docs with extra ref anchors (#945) --- docs/common/craft-parts/reference/plugins/uv_plugin.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/common/craft-parts/reference/plugins/uv_plugin.rst b/docs/common/craft-parts/reference/plugins/uv_plugin.rst index 95414b06b..b314eb393 100644 --- a/docs/common/craft-parts/reference/plugins/uv_plugin.rst +++ b/docs/common/craft-parts/reference/plugins/uv_plugin.rst @@ -5,6 +5,7 @@ uv plugin The uv plugin can be used for Python projects that use the uv build tool. +.. _craft_parts_uv_plugin-keywords: Keywords -------- @@ -27,6 +28,7 @@ uv-groups Extra dependency groups to build with. Each element of the list is passed exactly as ``--group GROUP``. +.. _craft_parts_uv_plugin-environment_variables: Environment variables --------------------- @@ -82,6 +84,7 @@ UV_PYTHON_PREFERENCE Whether uv should prefer (or exclusively use) system or uv-managed Python versions. +.. _uv-details-begin: Dependencies ------------ @@ -90,6 +93,7 @@ uv must already be installed on the build system in order to use this plugin. For installation instructions, see `uv documentation `_. +.. _uv-details-end: How it works ------------