From 7ac8798d2673055a74cfd11971f4423c9325136a Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 10 Nov 2019 12:08:14 +0000 Subject: [PATCH] fix element id --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 4de7c313..abed069a 100644 --- a/docs/options.md +++ b/docs/options.md @@ -182,7 +182,7 @@ Platform-specific variants also available: ## Other -### `CIBW_BUILD_VERBOSITY` {: #test-extras} +### `CIBW_BUILD_VERBOSITY` {: #build-verbosity} > Increase/decrease the output of pip wheel An number from 1 to 3 to increase the level of verbosity (corresponding to invoking pip with `-v`, `-vv`, and `-vvv`), between -1 and -3 (`-q`, `-qq`, and `-qqq`), or just 0 (default verbosity). These flags are useful while debugging a build when the output of the actual build invoked by `pip wheel` is required.