Skip to content

Commit b02e736

Browse files
committed
DOC: un-comment the whats_new / api_changes includes
1 parent 66e49f9 commit b02e736

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

doc/api/api_changes.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ out what caused the breakage and how to fix it by updating your code.
1010
For new features that were added to Matplotlib, please see
1111
:ref:`whats-new`.
1212

13+
.. for a release comment out the toctree below
14+
15+
16+
.. toctree::
17+
:glob:
18+
:maxdepth: 1
19+
20+
next_api_changes/*
21+
22+
1323
API Changes in 2.2.0
1424
====================
1525

16-
..
17-
.. toctree::
18-
:glob:
19-
:maxdepth: 1
20-
21-
next_api_changes/*
2226

2327

2428
New dependency

doc/users/whats_new.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ revision, see the :ref:`github-stats`.
1414
..
1515
For a release, add a new section after this, then comment out the include
1616
and toctree below by indenting them. Uncomment them after the release.
17-
.. include:: next_whats_new/README.rst
18-
.. toctree::
19-
:glob:
20-
:maxdepth: 1
2117
22-
next_whats_new/*
18+
19+
.. toctree::
20+
:glob:
21+
:maxdepth: 1
22+
23+
next_whats_new/*
2324

2425

2526
New in Matplotlib 2.2

0 commit comments

Comments
 (0)