@@ -121,22 +121,20 @@ Before trying to install Matplotlib, please install the :ref:`dependencies`.
121121To build from a tarball, download the latest *tar.gz * release
122122file from `the PyPI files page <https://pypi.org/project/matplotlib/ >`_.
123123
124- We provide a `mplsetup.cfg `_ file which you can use to customize the build
125- process. For example, which default backend to use, whether some of the
126- optional libraries that Matplotlib ships with are installed, and so on. This
127- file will be particularly useful to those packaging Matplotlib.
128-
129- .. _mplsetup.cfg : https://raw.githubusercontent.com/matplotlib/matplotlib/main/mplsetup.cfg.template
130-
131124If you are building your own Matplotlib wheels (or sdists) on Windows, note
132125that any DLLs that you copy into the source tree will be packaged too.
133126
134-
135127Configure build and behavior defaults
136128=====================================
137129
138- Aspects of the build and install process and some behaviorial defaults of the
139- library can be configured via:
130+ We provide a `meson.options `_ file containing options with which you can use to
131+ customize the build process. For example, which default backend to use, whether some of
132+ the optional libraries that Matplotlib ships with are installed, and so on. These
133+ options will be particularly useful to those packaging Matplotlib.
134+
135+ .. _meson.options : https://github.com/matplotlib/matplotlib/blob/main/meson.options
136+
137+ Aspects of some behaviorial defaults of the library can be configured via:
140138
141139.. toctree ::
142140 :maxdepth: 2
0 commit comments