From fb2ca2d4bb2ba05e7ce6d309bea73c2cbe0c8023 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi Date: Thu, 10 Jul 2025 08:28:29 +0000 Subject: [PATCH 1/2] Fix markup error in hyperlink target --- getting-started/setup-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 910808453..a6c7e7dea 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -1226,7 +1226,7 @@ Note that the container has read/write access to the working directory. You may want to use a separate clone of CPython, or run ``make clean`` to remove caches and build output generated for your host OS. -.. _building-the-container-locally +.. _building-the-container-locally: .. _devcontainer-build: Building yourself From 27ee8090e82c94c972051d1247c6c90af160e3b3 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi Date: Thu, 10 Jul 2025 18:57:28 +0900 Subject: [PATCH 2/2] Update getting-started/setup-building.rst Co-authored-by: Petr Viktorin --- getting-started/setup-building.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index a6c7e7dea..bd026ea71 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -1226,7 +1226,6 @@ Note that the container has read/write access to the working directory. You may want to use a separate clone of CPython, or run ``make clean`` to remove caches and build output generated for your host OS. -.. _building-the-container-locally: .. _devcontainer-build: Building yourself