File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ Update :file:`doc/users/release_notes.rst`:
141
141
prev_whats_new/whats_new_X.Y.0.rst
142
142
../api/prev_api_changes/api_changes_X.Y.0.rst
143
143
prev_whats_new/github_stats_X.Y.0.rst
144
-
145
144
- For bugfix releases add the GitHub stats and (if present) the API changes to
146
145
the existing X.Y section
147
146
@@ -150,6 +149,15 @@ Update :file:`doc/users/release_notes.rst`:
150
149
../api/prev_api_changes/api_changes_X.Y.Z.rst
151
150
prev_whats_new/github_stats_X.Y.Z.rst
152
151
152
+ Update version switcher
153
+ ~~~~~~~~~~~~~~~~~~~~~~~
154
+
155
+ Update ``doc/_static/switcher.json ``. If a minor release, ``X.Y.Z ``, create
156
+ a new entry ``version: X.Y.(Z-1) ``, and change the name of stable
157
+ ``name: stable/X.Y.Z ``. If a major release, ``X.Y.0 ``, change the name
158
+ of ``name: devel/X.(Y+1) `` and ``name: stable/X.Y.0 `` as well as adding
159
+ a new version for the previous stable.
160
+
153
161
Verify that docs build
154
162
----------------------
155
163
You can’t perform that action at this time.
0 commit comments