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

Skip to content

Commit 6cf70fc

Browse files
authored
Merge pull request #21714 from tacaswell/tweak_mplconfig_deprecation
DOC: note renaming of config.cfg.template to mplconfig.cfg.template
2 parents b2bb7be + 236be03 commit 6cf70fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/prev_api_changes/api_changes_3.5.0/development.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Matplotlib-specific build options moved from ``setup.cfg`` to ``mplsetup.cfg``
7474

7575
In order to avoid conflicting with the use of :file:`setup.cfg` by
7676
``setuptools``, the Matplotlib-specific build options have moved from
77-
``setup.cfg`` to ``mplsetup.cfg``
77+
``setup.cfg`` to ``mplsetup.cfg``. The :file:`setup.cfg.template` has been
78+
correspondingly been renamed to :file:`mplsetup.cfg.template`.
7879

7980
Note that the path to this configuration file can still be set via the
8081
:envvar:`MPLSETUPCFG` environment variable, which allows one to keep using the

0 commit comments

Comments
 (0)