Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75439d3

Browse files
authored
Merge pull request matplotlib#20663 from anntzer/mplsetupcfg
Document $MPLSETUPCFG.
2 parents 57489bf + c25c359 commit 75439d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/faq/environment_variables_faq.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Environment variables
3535
used to find a base directory in which the :file:`matplotlib` subdirectory is
3636
created.
3737

38+
.. envvar:: MPLSETUPCFG
39+
40+
This optional variable can be set to the full path of a :file:`setup.cfg`
41+
configuration file used to customize the Matplotlib build. By default, a
42+
:file:`setup.cfg` file in the root of the Matplotlib source tree will be
43+
read. Supported build options are listed in :file:`setup.cfg.template`.
44+
3845
.. envvar:: PATH
3946

4047
The list of directories searched to find executable programs.

0 commit comments

Comments
 (0)