Skip to content

Commit 339880f

Browse files
committed
DOC moved changelog to the documentation
1 parent 6c934e6 commit 339880f

File tree

4 files changed

+177
-140
lines changed

4 files changed

+177
-140
lines changed

doc/devel/coding_guide.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ Documentation
3535

3636
* See :ref:`documenting-matplotlib` for our documentation style guide.
3737

38-
* If your changes are non-trivial, please make an entry in the
39-
:file:`CHANGELOG`.
40-
4138
* If your change is a major new feature, add an entry to
4239
:file:`doc/users/whats_new.rst`.
4340

@@ -82,7 +79,6 @@ PR Review guidelines
8279
merge the PR and then open a new PR against upstream.
8380

8481

85-
8682
Backports
8783
=========
8884

doc/make.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ def html(buildername='html'):
110110
for filename in glob.glob('build/%s/_images/*.pdf' % buildername):
111111
os.remove(filename)
112112

113-
shutil.copy('../CHANGELOG', 'build/%s/_static/CHANGELOG' % buildername)
114-
115113

116114
def htmlhelp():
117115
"""Build Sphinx 'htmlhelp' target. """

0 commit comments

Comments
 (0)