Provide more detailed steps for Read the Docs.

Adrián Chaves 2019-07-18 16:01:04 +02:00
parent 36b444a5be
commit 111fc6f654
1 changed files with 15 additions and 2 deletions

@ -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