From a1bebe5362a5cb4c6c2d2ae8f6d3d64646b1c41d Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Tue, 19 Sep 2023 16:39:23 +0200 Subject: [PATCH] addressed comments from review --- docs/options.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/docs/options.md b/docs/options.md index f44e0b75..660894a1 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1440,25 +1440,9 @@ Default: Off (0). #### Examples -!!! tab examples "Linux" - - ```shell - export CIBW_DEBUG_KEEP_CONTAINER=TRUE - ``` - -!!! tab examples "Windows" - - ```shell - set CIBW_DEBUG_KEEP_CONTAINER=TRUE - ``` - -!!! tab examples "MacOS" - - ```shell - export CIBW_DEBUG_KEEP_CONTAINER=TRUE - ``` - -## Other +```shell +export CIBW_DEBUG_KEEP_CONTAINER=TRUE +``` ### `CIBW_BUILD_VERBOSITY` {: #build-verbosity} > Increase/decrease the output of pip wheel