Docs formatting tweaks
This commit is contained in:
@@ -315,3 +315,9 @@ h1, h2, h3, h4, h5, h6 {
|
||||
.wy-menu-vertical li.current a {
|
||||
|
||||
}
|
||||
|
||||
/* word wrap in table cells */
|
||||
.wy-table-responsive table td, .wy-table-responsive table th {
|
||||
white-space: normal;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1084,7 +1084,7 @@ Options can be supplied after the name.
|
||||
| Option name | Description
|
||||
|---|---
|
||||
| `create_args` | Space-separated strings, which are passed to the container engine on the command line when it's creating the container. If you want to include spaces inside a parameter, use shell-style quoting.
|
||||
| `disable_host_mount` | By default, cibuildwheel will mount the root of the host filesystem as a volume at `/host` in the container. If this is undesirable, pass `true` to this option.
|
||||
| `disable_host_mount` | By default, cibuildwheel will mount the root of the host filesystem as a volume at `/host` in the container. To disable the host mount, pass `true` to this option.
|
||||
|
||||
|
||||
!!! tip
|
||||
|
||||
Reference in New Issue
Block a user