doc: add v3.2 to doc version picker

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2023-08-07 09:33:24 -07:00 committed by David Kinder
parent 54b5b3a5a6
commit 47fa70d86b

View File

@ -199,6 +199,7 @@ html_context = {
'docs_title': docs_title,
'is_release': is_release,
'versions': ( ("latest", "/latest/"),
("3.2", "/3.2/"),
("3.1", "/3.1/"),
("3.0", "/3.0/"),
("2.7", "/2.7/"),