doc: add 2.5 to version menu choice

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-06-24 21:05:54 -07:00 committed by David Kinder
parent e8bd5acc8a
commit 62bad63afa

View File

@ -199,6 +199,7 @@ html_context = {
'docs_title': docs_title,
'is_release': is_release,
'versions': ( ("latest", "/latest/"),
("2.5", "/2.5/"),
("2.4", "/2.4/"),
("2.3", "/2.3/"),
("2.2", "/2.2/"),