Skip to content

Commit 9e81e65

Browse files
committed
MNT: move whats new entries around
1 parent 00d2340 commit 9e81e65

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

doc/users/next_whats_new/2018-09-15-AL.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

doc/users/whats_new.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ revision, see the :ref:`github-stats`.
2121

2222
next_whats_new/*
2323

24+
New in Matplotlib 2.2.4
25+
=======================
26+
27+
28+
``:math:`` directive renamed to ``:mathmpl:``
29+
---------------------------------------------
30+
31+
The ``:math:`` rst role provided by `matplotlib.sphinxext.mathmpl` has been
32+
renamed to ``:mathmpl:`` to avoid conflicting with the ``:math:`` role that
33+
Sphinx 1.8 provides by default. (``:mathmpl:`` uses Matplotlib to render math
34+
expressions to images embedded in html, whereas Sphinx uses MathJax.)
35+
36+
When using Sphinx<1.8, both names (``:math:`` and ``:mathmpl:``) remain
37+
available for backcompatibility.
38+
2439

2540
New in Matplotlib 2.2
2641
=====================

0 commit comments

Comments
 (0)