doc: add v2.1 to doc version menu

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-08-07 17:31:22 -07:00 committed by David Kinder
parent 7404fb08ff
commit ba3b8e58a1
1 changed files with 1 additions and 3 deletions

View File

@ -189,14 +189,12 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("2.1", "/2.1/"),
("2.0", "/2.0/"),
("1.6.1", "/1.6.1/"),
("1.6", "/1.6/"),
("1.5", "/1.5/"),
("1.4", "/1.4/"),
("1.3", "/1.3/"),
("1.2", "/1.2/"),
("1.1", "/1.1/"),
("1.0", "/1.0/"), # keep 1.0
)
}