doc: add v2.1 to doc version menu
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
7404fb08ff
commit
ba3b8e58a1
|
@ -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
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue