mirror of https://github.com/scrapy/scrapy.git
Provide more detailed steps for Read the Docs.
parent
36b444a5be
commit
111fc6f654
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue