summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-02-06 11:00:53 +0200
committerGitHub <noreply@github.com>2020-02-06 11:00:53 +0200
commit96fa7141022edf10da6a5a34101d1e8f8920b442 (patch)
treed86ed79d34ee3fb5d3445d8287572aaf17665e25
parent55cce7d30aa5d86cc1d5aa62ea6dc89f808ab7b9 (diff)
parent622f02dc0b72000d11db075b9155e04611892840 (diff)
downloadnumpy-96fa7141022edf10da6a5a34101d1e8f8920b442.tar.gz
Merge pull request #15524 from rossbar/doc/release_howto
DOC: Update instructions for building/archiving docs.
-rw-r--r--doc/HOWTO_RELEASE.rst.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index f201d3a77..79a6830c4 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -405,9 +405,9 @@ create an archive of the documentation in the numpy/doc repo::
make merge-doc
# Now edit the ``index.html`` file in the repo to reflect the new content,
# and commit the changes
- git -C dist/merge commit -a "Add documentation for <version>"
+ git -C build/merge commit -am "Add documentation for <version>"
# Push to numpy/doc repo
- git -C push
+ git -C build/merge push
Update PyPI