You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Add changing RTD version to checklist (#9606)
I still think it makes sense to always serve docs from the release branch (rather than the latest tagged release), but that means we need to update it on new releases.
Copy file name to clipboardExpand all lines: RELEASING.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,8 @@ Both automatic and manual processes described above follow the same steps from t
160
160
git tag MAJOR.{MINOR+1}.0.dev0
161
161
git push upstream MAJOR.{MINOR+1}.0.dev0
162
162
163
+
#. For major and minor releases, change the default version in the `Read the Docs Settings <https://readthedocs.org/dashboard/pytest/advanced/>`_ to the new branch.
164
+
163
165
#. Send an email announcement with the contents from::
0 commit comments