diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-22 12:37:15 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-22 14:55:23 -0700 |
commit | 483f570694d8bed245ce5391515ba4ee1a0202da (patch) | |
tree | 9d928cf269a15ed7c698fde64bf8f3edb04107ca /doc/HOWTO_RELEASE.rst.txt | |
parent | 0ed32251e0b67002a0f6da894db2080f4ecdd4e1 (diff) | |
download | numpy-483f570694d8bed245ce5391515ba4ee1a0202da.tar.gz |
MAINT: Update pavement.py for towncrier.
The update is needed so that the links generated by towncrier are
converted in the README.md file generated for the github release
documentation. The code is also simplified.
[skip ci]
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index f0231293f..99f6a0e40 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -106,9 +106,10 @@ You will need write permission for numpy-wheels in order to trigger wheel builds. - Python(s) from `python.org <https://python.org>`_ or linux distro. -- cython +- cython (pip) - virtualenv (pip) - Paver (pip) +- pandoc `pandoc.org <https://www.pandoc.org>`_ or linux distro. - numpy-wheels `<https://github.com/MacPython/numpy-wheels>`_ (clone) @@ -379,7 +380,7 @@ Make the release ---------------- Build the changelog and notes for upload with:: - paver write_release_and_log + paver write_release Build and archive documentation |