Skip to content

Commit 07c85f9

Browse files
authored
remove 2.9 from version switcher (ansible#2329)
1 parent c98ac61 commit 07c85f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
('devel',) if tags.has('all') else
249249
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
250250
('2.18', '2.17', '2.16', 'devel',) if tags.has('core') else
251-
('latest', '2.9', 'devel') if tags.has('ansible')
251+
('latest', 'devel') if tags.has('ansible')
252252
else '<UNKNOWN>'
253253
),
254254
}

0 commit comments

Comments
 (0)