From 89a5cfe2721c179f4368a2790669e697759b6644 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 11 Jun 2024 15:24:44 -0400 Subject: [PATCH] DOC: Fix bug with link (#1870) --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 05217254..3a1aeee0 100644 --- a/docs/options.md +++ b/docs/options.md @@ -818,7 +818,7 @@ Platform-specific environment variables are also available:
In configuration mode, you can use a [TOML][] table instead of a raw string as shown above. !!! note - cibuildwheel always defines the environment variable `CIBUILDWHEEL=1`. This can be useful for [building wheels with optional extensions](faq.md#building-packages-with-optional-c-extensions). + cibuildwheel always defines the environment variable `CIBUILDWHEEL=1`. This can be useful for [building wheels with optional extensions](faq.md#optional-extensions). !!! note To do its work, cibuildwheel sets the variables `VIRTUALENV_PIP`, `DIST_EXTRA_CONFIG`, `SETUPTOOLS_EXT_SUFFIX`, `PIP_DISABLE_PIP_VERSION_CHECK`, `PIP_ROOT_USER_ACTION`, and it extends the variables `PATH` and `PIP_CONSTRAINT`. Your assignments to these options might be replaced or extended.