Skip to content

Commit 4eea539

Browse files
authored
update version switcher for 2.18 (#2090)
1 parent d6eb6c9 commit 4eea539

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
@@ -240,15 +240,15 @@
240240
'current_version': version,
241241
'latest_version': (
242242
'devel' if tags.has('all') else
243-
'2.17' if tags.has('core_lang') or tags.has('core') else
243+
'2.18' if tags.has('core_lang') or tags.has('core') else
244244
'10' if tags.has('ansible')
245245
else '<UNKNOWN>'
246246
),
247247
# list specifically out of order to make latest work
248248
'available_versions': (
249249
('devel',) if tags.has('all') else
250250
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
251-
('2.17', '2.16', '2.15', 'devel',) if tags.has('core') else
251+
('2.18', '2.17', '2.16', 'devel',) if tags.has('core') else
252252
('latest', '9', '2.9', 'devel') if tags.has('ansible')
253253
else '<UNKNOWN>'
254254
),

0 commit comments

Comments
 (0)