From 5ef9edf075c79d82eb5628cf63f7912f4096b5d5 Mon Sep 17 00:00:00 2001 From: mara004 Date: Sat, 16 Aug 2025 14:19:50 +0200 Subject: [PATCH] minor doc fix (configuration.md) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1f1736056..b37d785f7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -79,7 +79,7 @@ cibuildwheel to run tests, add the following YAML to your CI config file: You can configure cibuildwheel with a config file, such as `pyproject.toml`. Options have the same names as the environment variable overrides, but are placed in `[tool.cibuildwheel]` and are lower case, with dashes, following -common [TOML][https://toml.io] practice. Anything placed in subsections `linux`, `windows`, +common [TOML](https://toml.io) practice. Anything placed in subsections `linux`, `windows`, `macos`, or `pyodide` will only affect those platforms. Lists can be used instead of strings for items that are naturally a list. Multiline strings also work just like in the environment variables. Environment variables will take