From 6aeb2882666c06879518a92c96bee63cabfc6a8d Mon Sep 17 00:00:00 2001 From: Yuki K Date: Thu, 1 Feb 2024 13:44:10 +0000 Subject: [PATCH] DOC: Removed references to ``distutils`` in simd document The python module ``distutils`` was removed in latest version (3.12), so the document of ``distutils`` does not exist. Reduced 4 reference warnings (see gh-13114). [skip cirrus] [skip azp] [skip actions] --- doc/source/reference/simd/build-options.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/reference/simd/build-options.rst b/doc/source/reference/simd/build-options.rst index 941573dde167..9eaad443b2bf 100644 --- a/doc/source/reference/simd/build-options.rst +++ b/doc/source/reference/simd/build-options.rst @@ -26,9 +26,9 @@ that target certain CPU features: During the runtime, NumPy modules will skip any specified features that are not available in the target CPU. -These options are accessible through :py:mod:`distutils` commands -`distutils.command.build`, `distutils.command.build_clib` and -`distutils.command.build_ext`. +These options are accessible through ``distutils`` commands +``distutils.command.build``, ``distutils.command.build_clib`` and +``distutils.command.build_ext``. They accept a set of :ref:`CPU features ` or groups of features that gather several features or :ref:`special options ` that