From 0fbf81d522dc99073b713357839eb960266f8b6a Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Sun, 29 May 2016 00:51:41 -0300 Subject: [PATCH] Updated Releasing a new version (rest) --- Releasing-a-new-version.rest | 9 +++++++++ 1 file changed, 9 insertions(+) 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.