summaryrefslogtreecommitdiff
path: root/HOWTORELEASE.rst
diff options
context:
space:
mode:
authorOleksii Markhovskyi <olexiy.markhovsky@gmail.com>2015-08-03 23:01:03 +0200
committerOleksii Markhovskyi <olexiy.markhovsky@gmail.com>2015-08-03 23:01:03 +0200
commit3868b61443d73cafc52cc1253d697108e3a5e606 (patch)
tree97a4ce7f29fad47420c64d75fecbaf9928688cc4 /HOWTORELEASE.rst
parentc605cf92f96d687dc7c0e67c933677085b4afcc4 (diff)
downloadpytest-3868b61443d73cafc52cc1253d697108e3a5e606.tar.gz
fix docs folder name in HOWTORELEASE
Diffstat (limited to 'HOWTORELEASE.rst')
-rw-r--r--HOWTORELEASE.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst
index 44ed15c47..b886f0fd6 100644
--- a/HOWTORELEASE.rst
+++ b/HOWTORELEASE.rst
@@ -36,10 +36,10 @@ Note: this assumes you have already registered on pypi.
git diff
-8. Build the docs, you need a virtualenv with, py and sphinx
+8. Build the docs, you need a virtualenv with py and sphinx
installed::
- cd docs/en
+ cd doc/en
make html
Commit any changes before tagging the release.
@@ -49,9 +49,9 @@ Note: this assumes you have already registered on pypi.
git tag VERSION
git push
-10. Upload the docs using docs/en/Makefile::
+10. Upload the docs using doc/en/Makefile::
- cd docs/en
+ cd doc/en
make install # or "installall" if you have LaTeX installed for PDF
This requires ssh-login permission on pytest.org because it uses