Skip to content

Commit 5882295

Browse files
authored
update version switcher for 2.20 (#3163)
1 parent 5de1eb3 commit 5882295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@
249249
'current_version': version,
250250
'latest_version': (
251251
'devel' if tags.has('all') else
252-
'2.19' if tags.has('core_lang') or tags.has('core') else
252+
'2.20' if tags.has('core_lang') or tags.has('core') else
253253
'12' if tags.has('ansible')
254254
else '<UNKNOWN>'
255255
),
256256
# list specifically out of order to make latest work
257257
'available_versions': (
258258
('devel',) if tags.has('all') else
259259
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
260-
('2.19', '2.18', '2.17', 'devel',) if tags.has('core') else
260+
('2.20', '2.19', '2.18', 'devel',) if tags.has('core') else
261261
('latest', '11', 'devel') if tags.has('ansible')
262262
else '<UNKNOWN>'
263263
),

0 commit comments

Comments
 (0)