Skip to content

Commit 1674d9b

Browse files
dnicolodirgommers
authored andcommitted
DOC: fix white space
1 parent e23bcb7 commit 1674d9b

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

docs/how-to-guides/config-settings.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ the ``-C`` short command line option:
1919

2020
.. tab-set::
2121

22-
.. tab-item:: pypa/build
23-
:sync: key_pypa_build
22+
.. tab-item:: pypa/build
23+
:sync: key_pypa_build
2424

25-
.. code-block:: console
25+
.. code-block:: console
2626
27-
$ python -m build \
27+
$ python -m build \
2828
-Csetup-args="-Doption=true" \
2929
-Csetup-args="-Dvalue=1" \
3030
-Ccompile-args="-j6"
3131
32-
.. tab-item:: pip
33-
:sync: key_pip
32+
.. tab-item:: pip
33+
:sync: key_pip
3434

35-
.. code-block:: console
35+
.. code-block:: console
3636
37-
$ python -m pip wheel . \
37+
$ python -m pip wheel . \
3838
--config-settings=setup-args="-Doption=disable" \
3939
--config-settings=compile-args="-j6"
4040

docs/how-to-guides/meson-args.rst

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)