From 111fc6f654366db69033e28d60663b520e0f0910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 18 Jul 2019 16:01:04 +0200 Subject: [PATCH] Provide more detailed steps for Read the Docs. --- Scrapy-release-procedure.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Scrapy-release-procedure.md b/Scrapy-release-procedure.md index 982e225..39407bf 100644 --- a/Scrapy-release-procedure.md +++ b/Scrapy-release-procedure.md @@ -61,8 +61,21 @@ through Travis CI. ## Read the Docs - * Enable the new version to be built in readthedocs - * Set the new version as default +For new major and minor versions: + +* Enable the new version: + + 1. Go to https://readthedocs.org/projects/scrapy/versions/ + + 2. Find the entry of the new *branch* (not *tag*) under **Inactive Versions**, at the bottom of the page, and select **Edit. + + 3. Mark the *Active* checkbox, and select **Save**. + +* Set the new version as default: + + 1. Go to https://readthedocs.org/dashboard/scrapy/advanced/ + + 3. Change the **Default branch** to the new *branch* (not *tag*), and select **Save** at the bottom of the page. ## Github release