From 3868b61443d73cafc52cc1253d697108e3a5e606 Mon Sep 17 00:00:00 2001 From: Oleksii Markhovskyi Date: Mon, 3 Aug 2015 23:01:03 +0200 Subject: [PATCH] fix docs folder name in HOWTORELEASE --- HOWTORELEASE.rst | 8 ++++---- 1 file 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