diff --git a/Releasing-a-new-version.rest b/Releasing-a-new-version.rest index 6a9a027..ce1261d 100644 --- a/Releasing-a-new-version.rest +++ b/Releasing-a-new-version.rest @@ -9,6 +9,7 @@ Requirements Packages:: +$ pip install -r requirements-dev.txt -r docs/requirements-docs.txt $ pip install wheel twine @@ -49,6 +50,14 @@ Process * Release title: v * Description: +* Build documentation:: + + $ python setup.py build_sphinx + +* Upload documentation (`Upload failed (503): backend read error` may happen but not really an issue):: + + $ python setup.py upload_sphinx + * `Close milestones`_ for this version. * Test in a clean virtualenv that ``pip install python-telegram-bot`` works with the new version.