File tree Expand file tree Collapse file tree 5 files changed +177
-141
lines changed Expand file tree Collapse file tree 5 files changed +177
-141
lines changed Original file line number Diff line number Diff line change 21
21
22
22
release : ${DISTFILES}
23
23
rm -f MANIFEST; \
24
- ${PYTHON} license.py ${VERSION} license/LICENSE; \
25
24
${PYTHON} setup.py sdist --formats=gztar,zip;
26
25
27
26
pyback :
Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ Documentation
35
35
36
36
* See :ref: `documenting-matplotlib ` for our documentation style guide.
37
37
38
- * If your changes are non-trivial, please make an entry in the
39
- :file: `CHANGELOG `.
40
-
41
38
* If your change is a major new feature, add an entry to
42
39
:file: `doc/users/whats_new.rst `.
43
40
@@ -82,7 +79,6 @@ PR Review guidelines
82
79
merge the PR and then open a new PR against upstream.
83
80
84
81
85
-
86
82
Backports
87
83
=========
88
84
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ def html(buildername='html'):
117
117
for filename in glob .glob ('build/%s/_images/*.pdf' % buildername ):
118
118
os .remove (filename )
119
119
120
- shutil .copy ('../CHANGELOG' , 'build/%s/_static/CHANGELOG' % buildername )
121
-
122
120
123
121
def htmlhelp ():
124
122
"""Build Sphinx 'htmlhelp' target. """
You can’t perform that action at this time.
0 commit comments