@@ -78,19 +78,19 @@ To set this option temporarily at build-time:
7878
7979.. tab-set ::
8080
81-      .. tab-item :: pypa/build 
82-          :sync:  key_pypa_build
81+    .. tab-item :: pypa/build 
82+       :sync:  key_pypa_build
8383
84-          .. code-block :: console 
84+       .. code-block :: console 
8585
86-             $ python -m build -Csetup-args="--default-library=static" . 
86+          $ python -m build -Csetup-args="--default-library=static" . 
8787
88-       .. tab-item :: pip 
89-          :sync:  key_pip
88+     .. tab-item :: pip 
89+       :sync:  key_pip
9090
91-          .. code-block :: console 
91+       .. code-block :: console 
9292
93-             $ python -m pip wheel --config-settings=setup-args="--default-library=static" . 
93+          $ python -m pip wheel --config-settings=setup-args="--default-library=static" . 
9494
9595
9696 Select the build targets to include in the wheel
@@ -120,19 +120,19 @@ To set this option temporarily at build-time:
120120
121121.. tab-set ::
122122
123-      .. tab-item :: pypa/build 
124-          :sync:  key_pypa_build
123+    .. tab-item :: pypa/build 
124+       :sync:  key_pypa_build
125125
126-          .. code-block :: console 
126+       .. code-block :: console 
127127
128- 	    $ python -m build -Cinstall-args="--tags=runtime,python-runtime" .
128+           $ python -m build -Cinstall-args="--tags=runtime,python-runtime" .
129129
130-      .. tab-item :: pip 
131-          :sync:  key_pip
130+     .. tab-item :: pip 
131+       :sync:  key_pip
132132
133-          .. code-block :: console 
133+       .. code-block :: console 
134134
135- 	    $ python -m pip wheel --config-settings=install-args="--tags=runtime,python-runtime" .
135+           $ python -m pip wheel --config-settings=install-args="--tags=runtime,python-runtime" .
136136
137137
138138 Set the build optimization level
@@ -153,19 +153,19 @@ To set this option temporarily at build-time:
153153
154154.. tab-set ::
155155
156-      .. tab-item :: pypa/build 
157-          :sync:  key_pypa_build
156+    .. tab-item :: pypa/build 
157+       :sync:  key_pypa_build
158158
159-          .. code-block :: console 
159+       .. code-block :: console 
160160
161- 	    $ python -m build -Csetup-args="-Doptimization=3" .
161+           $ python -m build -Csetup-args="-Doptimization=3" .
162162
163-      .. tab-item :: pip 
164-          :sync:  key_pip
163+     .. tab-item :: pip 
164+       :sync:  key_pip
165165
166-          .. code-block :: console 
166+       .. code-block :: console 
167167
168- 	    $ python -m pip wheel --config-settings=setup-args="-Doptimization=3" .
168+           $ python -m pip wheel --config-settings=setup-args="-Doptimization=3" .
169169
170170
171171 .. _vsenv-example :
@@ -194,16 +194,16 @@ To set this option temporarily at build-time:
194194
195195.. tab-set ::
196196
197-      .. tab-item :: pypa/build 
198-          :sync:  key_pypa_build
197+    .. tab-item :: pypa/build 
198+       :sync:  key_pypa_build
199199
200-          .. code-block :: console 
200+       .. code-block :: console 
201201
202-  	    $ python -m build -Csetup-args="--vsenv" .
202+  	 $ python -m build -Csetup-args="--vsenv" .
203203
204-      .. tab-item :: pip 
205-          :sync:  key_pip
204+    .. tab-item :: pip 
205+       :sync:  key_pip
206206
207-          .. code-block :: console 
207+       .. code-block :: console 
208208
209-  	    $ python -m pip wheel --config-settings=setup-args="--vsenv" .
209+  	 $ python -m pip wheel --config-settings=setup-args="--vsenv" .
0 commit comments