Merge pull request #910 from oleksmarkh/patch-1
fix docs folder name in HOWTORELEASE
This commit is contained in:
commit
8fca4781f1
|
@ -36,10 +36,10 @@ Note: this assumes you have already registered on pypi.
|
||||||
git diff
|
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::
|
installed::
|
||||||
|
|
||||||
cd docs/en
|
cd doc/en
|
||||||
make html
|
make html
|
||||||
|
|
||||||
Commit any changes before tagging the release.
|
Commit any changes before tagging the release.
|
||||||
|
@ -49,9 +49,9 @@ Note: this assumes you have already registered on pypi.
|
||||||
git tag VERSION
|
git tag VERSION
|
||||||
git push
|
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
|
make install # or "installall" if you have LaTeX installed for PDF
|
||||||
|
|
||||||
This requires ssh-login permission on pytest.org because it uses
|
This requires ssh-login permission on pytest.org because it uses
|
||||||
|
|
Loading…
Reference in New Issue