Sort out page titles
This commit is contained in:
@@ -1,53 +1,3 @@
|
||||
## Options
|
||||
|
||||
<div class="toc-grid-marker"></div>
|
||||
|
||||
| | | |
|
||||
|---|---|---|
|
||||
| **Target wheels** | | |
|
||||
| `CIBW_PLATFORM` | Override the auto-detected target platform |
|
||||
| `CIBW_BUILD` | Build only certain Python versions |
|
||||
| `CIBW_SKIP` | Skip certain Python versions |
|
||||
| **Build parameters** | | |
|
||||
| `CIBW_BUILD_VERBOSITY` | Increase or decrease the output of `pip wheel` |
|
||||
| **Build environment** | | |
|
||||
| `CIBW_ENVIRONMENT` | Set environment variables needed during the build |
|
||||
| `CIBW_BEFORE_BUILD` | Execute a shell command preparing each wheel's build |
|
||||
| `CIBW_MANYLINUX1_X86_64_IMAGE` | Specify an alternative manylinx1 x86_64 docker image |
|
||||
| `CIBW_MANYLINUX1_I686_IMAGE` | Specify an alternative manylinux1 i686 docker image |
|
||||
| **Tests** | | |
|
||||
| `CIBW_TEST_COMMAND` | Execute a shell command to test all built wheels |
|
||||
| `CIBW_TEST_REQUIRES` | Install Python dependencies before running the tests |
|
||||
| `CIBW_TEST_EXTRAS` | Install Python dependencies before running the tests using ``extras_require``|
|
||||
|
||||
|
||||
- Target wheels
|
||||
- `CIBW_PLATFORM`
|
||||
- Override the auto-detected target platform
|
||||
- `CIBW_BUILD`
|
||||
- Build only certain Python versions |
|
||||
- `CIBW_SKIP`
|
||||
- Skip certain Python versions |
|
||||
- Build parameters
|
||||
- `CIBW_BUILD_VERBOSITY`
|
||||
- Increase or decrease the output of `pip wheel` |
|
||||
- Build environment
|
||||
- `CIBW_ENVIRONMENT`
|
||||
- Set environment variables needed during the build |
|
||||
- `CIBW_BEFORE_BUILD`
|
||||
- Execute a shell command preparing each wheel's build |
|
||||
- `CIBW_MANYLINUX1_X86_64_IMAGE`
|
||||
- Specify an alternative manylinx1 x86_64 docker image |
|
||||
- `CIBW_MANYLINUX1_I686_IMAGE`
|
||||
- Specify an alternative manylinux1 i686 docker image |
|
||||
- Tests
|
||||
- `CIBW_TEST_COMMAND`
|
||||
- Execute a shell command to test all built wheels |
|
||||
- `CIBW_TEST_REQUIRES`
|
||||
- Install Python dependencies before running the tests |
|
||||
- `CIBW_TEST_EXTRAS`
|
||||
- Install Python dependencies before running the tests using ``extras_require``|
|
||||
|
||||
## Options summary
|
||||
|
||||
<div class="options-toc"></div>
|
||||
|
||||
Reference in New Issue
Block a user