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