From 747759a72842a5da2d5c4f3a4a22623842ac2010 Mon Sep 17 00:00:00 2001 From: melissawm Date: Fri, 23 Sep 2022 15:00:30 -0300 Subject: [PATCH] DOC: Fix broken link for environment variables NumPy doc --- doc/source/dev/contributor/building.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/contributor/building.rst b/doc/source/dev/contributor/building.rst index 44022d2ed0c4..ef3b80a0a1ab 100644 --- a/doc/source/dev/contributor/building.rst +++ b/doc/source/dev/contributor/building.rst @@ -183,7 +183,8 @@ SciPy has several tunable build-time options, which can be set. - Environment variables ``NPY_LAPACK_ORDER``, ``NPY_BLAS_ORDER``, ``OPENBLAS``, ``ATLAS``, etc., also controlling library configuration. - See `Numpy documentation `_ for more details. + See :ref:`NumPy documentation ` + for more details. - Environment variable ``NPY_USE_BLAS_ILP64=1``: build using 64-bit integer size (ILP64) BLAS+LAPACK libraries. @@ -192,5 +193,3 @@ SciPy has several tunable build-time options, which can be set. integer size (LP64) BLAS+LAPACK libraries to be available and configured. This is because only some components in SciPy make use of the 64-bit capabilities. - -.. _numpy-blasdoc: https://numpy.org/devdocs/user/building.html#accelerated-blas-lapack-libraries