Skip to content

Commit b6ce977

Browse files
committed
fix: underline too short
1 parent 6a75b6b commit b6ce977

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

source/guides/packaging-binary-extensions.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,15 @@ Building binary extensions
233233
==========================
234234

235235
Building extensions for multiple platforms
236-
-------------------------
237-
238-
If you plan to distribute your extension, you should provide :term:`wheels <Wheel>` for all the
239-
platforms you intend to support. For most extensions, this is at least one
240-
package per Python version times the number of OS and architectures you support.
241-
These are usually built on continous integration (CI) systems. There are tools
242-
to help you build highly redistributable binaries from CI; these include
243-
:ref:`cibuildwheel` and :ref:`multibuild`.
236+
------------------------------------------
237+
238+
If you plan to distribute your extension, you should provide
239+
:term:`wheels <Wheel>` for all the platforms you intend to support. For most
240+
extensions, this is at least one package per Python version times the number of
241+
OS and architectures you support. These are usually built on continuous
242+
integration (CI) systems. There are tools to help you build highly
243+
redistributable binaries from CI; these include :ref:`cibuildwheel` and
244+
:ref:`multibuild`.
244245

245246

246247
Binary extensions for Windows

0 commit comments

Comments
 (0)