summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-02-05 14:12:29 -0800
committerRoss Barnowski <rossbar@berkeley.edu>2020-02-05 14:13:47 -0800
commit622f02dc0b72000d11db075b9155e04611892840 (patch)
tree267e007432432be62501ed0fd7287be7891002ec
parente682fc21b20a58f5665a78fdd7d9785320a03ab7 (diff)
downloadnumpy-622f02dc0b72000d11db075b9155e04611892840.tar.gz
Update instructions for building/archiving docs.
* results of `make merge-doc` live in `build/merge`, not `dist/merge`
-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