Skip to content

Commit

Permalink
Break out PIP_NO_BUILD_ISOLATION footgun warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Dec 16, 2024
1 parent c28176f commit 2a21ccc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/html/topics/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,13 @@ Use `no`, `false` or `0` instead.
Consequently, boolean options prefixed with `--no-*` can be disabled by using
truthy values, e.g. `PIP_NO_CACHE_DIR=true`.
```

Exception options are:
```{warning}
`PIP_NO_BUILD_ISOLATION` functions **opposite** to how it reads. For example, to
disable build isolation, `PIP_NO_BUILD_ISOLATION` must be set to a **falsy** value,
e.g. `PIP_NO_BUILD_ISOLATION=off`.
- `PIP_NO_BUILD_ISOLATION=off`, see e.g. #5735 for details.
This confusing behavior is known and will be addressed, please see issue {issue}`5735` for
discussion on potential fixes.
```

0 comments on commit 2a21ccc

Please sign in to comment.